fix plugin mispell for paq-nvim and remove coc
package.json
This commit is contained in:
parent
9d35ac8960
commit
f20b276f16
2 changed files with 1 additions and 15 deletions
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"dependencies": {
|
|
||||||
"coc-css": ">=1.2.6",
|
|
||||||
"coc-html": ">=1.4.1",
|
|
||||||
"coc-json": ">=1.3.4",
|
|
||||||
"coc-markdownlint": ">=1.11.1",
|
|
||||||
"coc-pyright": ">=1.1.136",
|
|
||||||
"coc-rls": ">=1.1.6",
|
|
||||||
"coc-toml": ">=1.1.0",
|
|
||||||
"coc-tsserver": ">=1.7.0",
|
|
||||||
"coc-xml": ">=1.14.1",
|
|
||||||
"coc-yaml": ">=1.3.1"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -7,7 +7,7 @@ if fn.empty(fn.glob(install_path)) > 0 then
|
||||||
end
|
end
|
||||||
|
|
||||||
require "paq" {
|
require "paq" {
|
||||||
"savq/pag-nvim"; -- let Paq manage itself
|
"savq/paq-nvim"; -- let Paq manage itself
|
||||||
|
|
||||||
"morhetz/gruvbox"; -- gruvbox theme
|
"morhetz/gruvbox"; -- gruvbox theme
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue