remove pylsp and add nix lsp
This commit is contained in:
@@ -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({
|
||||
-- A list of servers to automatically install if they're not already installed
|
||||
|
||||
Reference in New Issue
Block a user