Compare commits
2 Commits
a61a3de603
...
47599ecb8e
| Author | SHA1 | Date | |
|---|---|---|---|
| 47599ecb8e | |||
| 587d2c25c4 |
@@ -5,6 +5,15 @@ return {
|
|||||||
cmdline = {
|
cmdline = {
|
||||||
view = "cmdline_popup", -- This ensures it's a popup and not at the bottom
|
view = "cmdline_popup", -- This ensures it's a popup and not at the bottom
|
||||||
},
|
},
|
||||||
|
routes = {
|
||||||
|
{
|
||||||
|
filter = {
|
||||||
|
event = "lsp",
|
||||||
|
kind = "progress",
|
||||||
|
},
|
||||||
|
opts = { skip = true },
|
||||||
|
},
|
||||||
|
},
|
||||||
presets = {
|
presets = {
|
||||||
bottom_search = false, -- use a classic bottom cmdline for search
|
bottom_search = false, -- use a classic bottom cmdline for search
|
||||||
command_palette = true, -- position the cmdline and popupmenu together
|
command_palette = true, -- position the cmdline and popupmenu together
|
||||||
|
|||||||
Reference in New Issue
Block a user