Updated config
This commit is contained in:
@@ -40,6 +40,11 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
commands = {
|
||||
history = {
|
||||
view = "popup",
|
||||
},
|
||||
},
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
@@ -61,8 +66,8 @@ return {
|
||||
bottom_search = true,
|
||||
command_palette = true,
|
||||
long_message_to_split = true,
|
||||
inc_rename = false,
|
||||
lsp_doc_border = false,
|
||||
inc_rename = true,
|
||||
lsp_doc_border = true,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
--- @type LazyPluginSpec[]
|
||||
return {
|
||||
{
|
||||
"smjonas/inc-rename.nvim",
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
"MagicDuck/grug-far.nvim",
|
||||
config = true,
|
||||
|
||||
Reference in New Issue
Block a user