nvim: add rust crates.io lsp
This commit is contained in:
parent
4fe9f14645
commit
ceced44d27
1 changed files with 13 additions and 0 deletions
13
dot_config/nvim/lua/plugins/rust.lua
Normal file
13
dot_config/nvim/lua/plugins/rust.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
"saecki/crates.nvim",
|
||||
tag = "stable",
|
||||
opts = {
|
||||
lsp = {
|
||||
enabled = true,
|
||||
actions = true,
|
||||
hover = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue