Add rustacean nvim
This commit is contained in:
parent
0c49ef9e0d
commit
da358585d9
4 changed files with 40 additions and 17 deletions
6
lua/custom/plugins/rustacean.lua
Normal file
6
lua/custom/plugins/rustacean.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- https://github.com/mrcjkb/rustaceanvim
|
||||
return {
|
||||
'mrcjkb/rustaceanvim',
|
||||
version = '^5', -- Recommended
|
||||
lazy = false, -- This plugin is already lazy
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue