remove lsp progress popups when editing code #28

Merged
yaso_meth merged 1 commits from lsp-progress-popups-fix into main 2026-05-12 11:05:29 +00:00

View File

@@ -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