add rust lsp

This commit is contained in:
nagymathev 2024-07-10 11:14:58 +01:00
parent ec42464b08
commit 9f2234ad68
1 changed files with 3 additions and 1 deletions

View File

@ -244,7 +244,9 @@ return {
-- } -- }
-- } -- }
-- }, -- },
-- rust_analyzer = {}, rust_analyzer = {
alias = '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: