nvim: lua lsp - fix config
This commit is contained in:
parent
d08429d16c
commit
99a52c4d99
1 changed files with 3 additions and 6 deletions
|
@ -46,12 +46,9 @@ local server_configs = function()
|
|||
-- {{{
|
||||
settings = {
|
||||
Lua = {
|
||||
workleader = {
|
||||
checkThirdParty = false,
|
||||
},
|
||||
completion = {
|
||||
callSnippet = 'Replace',
|
||||
},
|
||||
workspace = { checkThirdParty = false, },
|
||||
telemetry = { enable = false },
|
||||
completion = { callSnippet = 'Replace', },
|
||||
},
|
||||
},
|
||||
}, -- }}}
|
||||
|
|
Loading…
Add table
Reference in a new issue