lsp updates
This commit is contained in:
parent
f59b6eedae
commit
b2957a1307
1 changed files with 3 additions and 1 deletions
|
@ -63,6 +63,7 @@ return {
|
|||
globPattern = "*@(.sh|.inc|.bash|.command)",
|
||||
},
|
||||
},
|
||||
fish_lsp = {},
|
||||
lua_ls = {
|
||||
Lua = {
|
||||
diagnostics = { globals = { "vim" } },
|
||||
|
@ -75,6 +76,7 @@ return {
|
|||
jsonls = {},
|
||||
marksman = {},
|
||||
nil_ls = {},
|
||||
nixd = {},
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
autoImportCompletions = true,
|
||||
|
@ -97,7 +99,7 @@ return {
|
|||
enable = true,
|
||||
},
|
||||
},
|
||||
tsserver = {},
|
||||
ts_ls = {},
|
||||
yamlls = {},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue