feat(lsp): manage completion docs popup ourselves

This commit is contained in:
2026-04-15 03:03:20 +02:00
parent 95c0b33d38
commit 0211ed53a1
3 changed files with 292 additions and 119 deletions
-1
View File
@@ -29,7 +29,6 @@ vim.opt.foldignore = ""
vim.opt.completeopt = {
"menu",
"menuone",
"popup",
"noinsert",
"noselect",
}