remove pylsp and add nix lsp

This commit is contained in:
2024-12-12 14:46:23 +01:00
parent d490e3aa45
commit 34e273b305

View File

@@ -8,7 +8,7 @@ require('mason').setup({
} }
}) })
local servers = { 'pylsp', 'lua_ls', 'rust_analyzer', 'zls', 'jdtls' } local servers = { 'lua_ls', 'rust_analyzer', 'zls', 'jdtls', 'nil_ls' }
require('mason-lspconfig').setup({ require('mason-lspconfig').setup({
-- A list of servers to automatically install if they're not already installed -- A list of servers to automatically install if they're not already installed