UPDATED init.lua to enable rust analyzer LSP capabilities.

This commit is contained in:
Nikolas (Daniel) Vincenti 2025-04-22 22:21:34 +02:00
parent 8240e23320
commit fc3f20a29b
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ require('lazy').setup({
clangd = {}, clangd = {},
-- gopls = {}, -- gopls = {},
-- pyright = {}, -- pyright = {},
-- rust_analyzer = {}, rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- --
-- Some languages (like typescript) have entire language plugins that can be useful: -- Some languages (like typescript) have entire language plugins that can be useful: