init
This commit is contained in:
parent
3728ac496d
commit
53395d3971
81 changed files with 723 additions and 1543 deletions
4
home/config/nvim/lua/plugins/coc.lua
Normal file
4
home/config/nvim/lua/plugins/coc.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
{ "neoclide/coc.nvim", branch = "release" },
|
||||
{ "yaegassy/coc-volar", dependencies = "neoclide/coc.nvim", build = "yarn install --frozen-lockfile" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue