Compare commits
No commits in common. "dacac8186c173732e6f2b163dfde47e54e99dbdb" and "f59b6eedae27085f7430e6d4237f7d3041377d0e" have entirely different histories.
dacac8186c
...
f59b6eedae
1 changed files with 1 additions and 3 deletions
|
@ -63,7 +63,6 @@ return {
|
||||||
globPattern = "*@(.sh|.inc|.bash|.command)",
|
globPattern = "*@(.sh|.inc|.bash|.command)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
fish_lsp = {},
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
Lua = {
|
Lua = {
|
||||||
diagnostics = { globals = { "vim" } },
|
diagnostics = { globals = { "vim" } },
|
||||||
|
@ -76,7 +75,6 @@ return {
|
||||||
jsonls = {},
|
jsonls = {},
|
||||||
marksman = {},
|
marksman = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
nixd = {},
|
|
||||||
basedpyright = {
|
basedpyright = {
|
||||||
analysis = {
|
analysis = {
|
||||||
autoImportCompletions = true,
|
autoImportCompletions = true,
|
||||||
|
@ -99,7 +97,7 @@ return {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ts_ls = {},
|
tsserver = {},
|
||||||
yamlls = {},
|
yamlls = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue