Add rustacean nvim

This commit is contained in:
Levente Krizsán 2024-09-05 22:28:00 +02:00
parent 0c49ef9e0d
commit da358585d9
4 changed files with 40 additions and 17 deletions

View file

@ -0,0 +1,6 @@
-- https://github.com/mrcjkb/rustaceanvim
return {
'mrcjkb/rustaceanvim',
version = '^5', -- Recommended
lazy = false, -- This plugin is already lazy
}