Skip to content

Commit 6263cdb

Browse files
Adding rust support in nvim-lspconfig
1 parent 5af5415 commit 6263cdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,11 @@ require('lazy').setup({
584584
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
585585
local servers = {
586586
-- clangd = {},
587+
rust_analyzer = {
588+
diagnostics = {
589+
enable = true,
590+
},
591+
},
587592
gopls = {
588593
gofumpt = true,
589594
codelenses = {

0 commit comments

Comments
 (0)