add use lsps in system path
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ require('mason').setup({
|
||||
}
|
||||
})
|
||||
|
||||
local servers = { 'lua_ls', 'rust_analyzer', 'nil_ls' }
|
||||
local l_servers = { 'clangd', 'zls'}
|
||||
local servers = { 'nil_ls' }
|
||||
local l_servers = { 'lua_ls', 'clangd', 'zls', 'rust_analyzer' }
|
||||
|
||||
require('mason-lspconfig').setup({
|
||||
-- A list of servers to automatically install if they're not already installed
|
||||
|
||||
Reference in New Issue
Block a user