Update neovim configuration

This commit is contained in:
Alex Selimov 2025-11-11 20:58:56 -05:00
parent ba744fe993
commit 82392b31a2
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
4 changed files with 13 additions and 12 deletions

View file

@ -10,6 +10,12 @@ return {
end,
},
{
"mrcjkb/rustaceanvim",
version = "^6", -- Recommended
lazy = false, -- This plugin is already lazy
},
{
"cdelledonne/vim-cmake",
cond = vim.fn.executable("cmake") == 1,