add use lsps in system path

This commit is contained in:
2026-05-12 10:24:00 +02:00
parent ef2fef2e1c
commit 2296858b1b
+2 -2
View File
@@ -8,8 +8,8 @@ require('mason').setup({
} }
}) })
local servers = { 'lua_ls', 'rust_analyzer', 'nil_ls' } local servers = { 'nil_ls' }
local l_servers = { 'clangd', 'zls'} local l_servers = { 'lua_ls', 'clangd', 'zls', 'rust_analyzer' }
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