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
+5
View File
@@ -5,6 +5,11 @@ return {
check = {
command = "clippy",
},
completion = {
fullFunctionSignatures = {
enable = true,
},
},
diagnostics = {
styleLints = {
enable = true,