From 561601eb215aee76daeb340f8924de9990a0e813 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 23 Mar 2023 22:27:52 +0200 Subject: A few ensure servers installed added --- lua/plugins/lsp.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3