add nvim-tree
This commit is contained in:
@@ -8,7 +8,7 @@ require('mason').setup({
|
||||
}
|
||||
})
|
||||
|
||||
local servers = { 'pylsp', 'lua_ls', 'rust_analyzer' }
|
||||
local servers = { 'pylsp', 'lua_ls', 'rust_analyzer', 'zls'}
|
||||
|
||||
require('mason-lspconfig').setup({
|
||||
-- A list of servers to automatically install if they're not already installed
|
||||
|
||||
Reference in New Issue
Block a user