nvim-lua.kickstart.nvim/lua/custom/plugins/coc.lua
2025-06-17 10:16:45 -03:00

11 lines
188 B
Lua

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