mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
added more LSP Servers to neovim
This commit is contained in:
parent
d1cebc7e24
commit
42b944eeb4
2 changed files with 13 additions and 1 deletions
|
@ -312,7 +312,7 @@ _G.load_config = function()
|
|||
end
|
||||
|
||||
-- Enable the following language servers
|
||||
local servers = { 'jdtls', 'pyright', 'rnix', 'sourcekit' }
|
||||
local servers = { 'html', 'jdtls', 'jsonls', 'pyright', 'rnix', 'sourcekit', 'tsserver', 'yamlls' }
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup { on_attach = on_attach }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue