diff options
Diffstat (limited to 'lua/plugins/lsp.lua')
| -rw-r--r-- | lua/plugins/lsp.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 1818640..ca91c2f 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -14,6 +14,13 @@ require("mason-lspconfig").setup({ "lua_ls", "pylsp", "pyright", + "jedi_language_server", + "rust_analyzer", + "bashls", + --"bash-language-server", + "vimls" + --"vim-language-server", + }, ui = { icons = { @@ -33,6 +40,7 @@ require("mason-lspconfig").setup({ }, }, max_concurrent_installers = 10, + automatic_installation = true, }) -- Use an on_attach function to only map the following keys after the language server attaches to the current buffer |
