added zls
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
"neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
vim.lsp.enable({ "lua_ls", "basedpyright", "gopls", "html", "yamlls", "svelte-language-server", "clangd",
|
||||
"ansiblels", "vtsls" })
|
||||
"ansiblels", "vtsls", "zls", "glsl_analyzer" })
|
||||
|
||||
-- Testing basedpyright atm, change to jedi idk
|
||||
vim.lsp.config("basedpyright", {
|
||||
|
||||
Reference in New Issue
Block a user