add nvim-tree

This commit is contained in:
2024-09-30 06:02:54 +02:00
parent 08dd334ac5
commit 6633cb8bc5
6 changed files with 31 additions and 3 deletions

View File

@@ -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