mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 20:45:02 +02:00
UPDATED init.lua to enable rust analyzer LSP capabilities.
This commit is contained in:
parent
8240e23320
commit
fc3f20a29b
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -666,7 +666,7 @@ require('lazy').setup({
|
|||
clangd = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
rust_analyzer = {},
|
||||
-- ... 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue