Basically rebase
This commit is contained in:
parent
c9122e89e3
commit
6e53b7028d
3 changed files with 44 additions and 14 deletions
9
lua/custom/plugins/rust.lua
Normal file
9
lua/custom/plugins/rust.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
-- Managing crates.io dependencies --
|
||||
'saecki/crates.nvim',
|
||||
tag = 'stable',
|
||||
event = { "BufRead Cargo.toml" },
|
||||
config = function()
|
||||
require('crates').setup()
|
||||
end,
|
||||
},
|
||||
Loading…
Add table
Add a link
Reference in a new issue