my nvim kickstart config

This commit is contained in:
Adelgrin 2025-06-17 10:16:45 -03:00
parent 3338d39206
commit 032e12dbee
3 changed files with 60 additions and 3 deletions

View file

@ -0,0 +1,11 @@
return {
-- outros plugins já existentes...
{
'neoclide/coc.nvim',
branch = 'release',
build = 'yarn install --frozen-lockfile',
},
-- outros plugins se houver...
}