mirror of
https://github.com/OMGeeky/nvim-config-1.git
synced 2025-12-27 22:59:46 +01:00
8 lines
103 B
Lua
8 lines
103 B
Lua
return {
|
|
{
|
|
"mrcjkb/rustaceanvim",
|
|
version = "^3", -- Recommended
|
|
ft = { "rust" },
|
|
},
|
|
}
|