Updated config

This commit is contained in:
2024-09-22 20:14:13 +02:00
parent 29f67f343a
commit 2ab0d806f9
3 changed files with 14 additions and 2 deletions

View File

@@ -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,
},
})