Skip to content
Snippets Groups Projects
Verified Commit 2b32f5e9 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: added a couple of lsps to ensure_installed table

parent d97b3d0c
No related branches found
No related tags found
1 merge request!1feat: v2 config fully working, setting it as the default from now on
......@@ -209,6 +209,13 @@ return { -- LSP Configuration & Plugins
-- for you, so that they are available from within Neovim.
local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, {
'clangd',
'gopls',
'lua_ls',
'marksman',
'pylsp',
'rust-analyzer',
'zls',
'stylua', -- Used to format Lua code
})
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment