Fix lsp configuration
This commit is contained in:
@@ -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# --
|
||||
|
||||
Reference in New Issue
Block a user