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 = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
workleader = {
|
workspace = { checkThirdParty = false, },
|
||||||
checkThirdParty = false,
|
telemetry = { enable = false },
|
||||||
},
|
completion = { callSnippet = 'Replace', },
|
||||||
completion = {
|
|
||||||
callSnippet = 'Replace',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}, -- }}}
|
}, -- }}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue