nvim-lua.kickstart.nvim/lua/custom/plugins/coc.lua

12 lines
188 B
Lua
Raw Normal View History

2025-06-17 10:16:45 -03:00
return {
-- outros plugins já existentes...
{
'neoclide/coc.nvim',
branch = 'release',
build = 'yarn install --frozen-lockfile',
},
-- outros plugins se houver...
}