feat(lsp): manage completion docs popup ourselves
This commit is contained in:
@@ -5,6 +5,11 @@ return {
|
||||
check = {
|
||||
command = "clippy",
|
||||
},
|
||||
completion = {
|
||||
fullFunctionSignatures = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
diagnostics = {
|
||||
styleLints = {
|
||||
enable = true,
|
||||
|
||||
Reference in New Issue
Block a user