diff --git a/init.lua b/init.lua index 9dba89b..140ba14 100644 --- a/init.lua +++ b/init.lua @@ -337,7 +337,8 @@ lazy.setup({ "neovim/nvim-lspconfig", event = { "BufReadPre", "BufNewFile" }, config = function() - V.lsp.enable('lua_ls', 'powershell_es') + V.lsp.config('lua_ls', {}) + V.lsp.enable('lua_ls') -- The default borders from nvim-lspconfig, which is what is used to configure the lsp servers -- in this configuration, are not visible. This is a workaround to update the borders key in the @@ -358,6 +359,7 @@ lazy.setup({ } -- RUST -- + V.lsp.config('rust_analyzer', {}) V.lsp.enable('rust_analyzer') -- C# --