Merge pull request 'remove lsp progress popups when editing code' (#28) from lsp-progress-popups-fix into main
Reviewed-on: #28
This commit is contained in:
commit
47599ecb8e
1 changed files with 9 additions and 0 deletions
|
|
@ -5,6 +5,15 @@ return {
|
|||
cmdline = {
|
||||
view = "cmdline_popup", -- This ensures it's a popup and not at the bottom
|
||||
},
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "lsp",
|
||||
kind = "progress",
|
||||
},
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
bottom_search = false, -- use a classic bottom cmdline for search
|
||||
command_palette = true, -- position the cmdline and popupmenu together
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue