Compare commits

..

No commits in common. "a09a34997ce692c7a2e8e434b44433156a73088c" and "60acbede4d8be3ab83b391bdc946296875ca5a59" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@
svls
texlab
tree-sitter
typst-lsp
verible
yaml-language-server
zls
]
++ [neovim];

View File

@ -182,7 +182,7 @@ cmp.setup({
}
})
local servers = { 'pyright', 'rust_analyzer', 'ccls', 'nixd', 'texlab', 'zls', 'gopls', 'yamlls', 'typst_lsp' }
local servers = { 'pyright', 'rust_analyzer', 'ccls', 'nixd', 'texlab', 'zls', 'gopls' }
local capabilities = require('cmp_nvim_lsp').default_capabilities()
for _, lsp in pairs(servers) do
require('lspconfig')[lsp].setup {