Update neovim configuration
This commit is contained in:
parent
ba744fe993
commit
82392b31a2
4 changed files with 13 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue