mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-21 11:55:41 +02:00
11 lines
188 B
Lua
11 lines
188 B
Lua
return {
|
|
-- outros plugins já existentes...
|
|
|
|
{
|
|
'neoclide/coc.nvim',
|
|
branch = 'release',
|
|
build = 'yarn install --frozen-lockfile',
|
|
},
|
|
|
|
-- outros plugins se houver...
|
|
}
|