Add customizations
This commit is contained in:
parent
93fde0556e
commit
af39dd4a9f
13 changed files with 151 additions and 28 deletions
5
lua/custom/plugins/rustaceanvim.lua
Normal file
5
lua/custom/plugins/rustaceanvim.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'mrcjkb/rustaceanvim',
|
||||
version = '^4', -- Recommended
|
||||
ft = { 'rust' },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue