Compare commits

..

No commits in common. "dacac8186c173732e6f2b163dfde47e54e99dbdb" and "f59b6eedae27085f7430e6d4237f7d3041377d0e" have entirely different histories.

View file

@ -63,7 +63,6 @@ return {
globPattern = "*@(.sh|.inc|.bash|.command)",
},
},
fish_lsp = {},
lua_ls = {
Lua = {
diagnostics = { globals = { "vim" } },
@ -76,7 +75,6 @@ return {
jsonls = {},
marksman = {},
nil_ls = {},
nixd = {},
basedpyright = {
analysis = {
autoImportCompletions = true,
@ -99,7 +97,7 @@ return {
enable = true,
},
},
ts_ls = {},
tsserver = {},
yamlls = {},
}