mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-19 09:08:35 +02:00
Adding rust support in nvim-lspconfig
This commit is contained in:
parent
5af5415454
commit
6263cdb135
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
@ -584,6 +584,11 @@ require('lazy').setup({
|
|||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
-- clangd = {},
|
||||
rust_analyzer = {
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
gopls = {
|
||||
gofumpt = true,
|
||||
codelenses = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue