mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 03:30:05 +02:00
remove: cmp tag, cmpcalc, cmprg
This commit is contained in:
parent
07c6b8ce49
commit
130f910923
2 changed files with 0 additions and 14 deletions
|
@ -104,11 +104,6 @@ vim.g.pcode_coderunner = {
|
|||
html = "live-server $dir/$fileName",
|
||||
}
|
||||
|
||||
-- config for optional cmp
|
||||
vim.g.pcode_cmprg = false --https://github.com/lukas-reineke/cmp-rg
|
||||
vim.g.pcode_cmpcalc = false --https://github.com/hrsh7th/cmp-calc
|
||||
vim.g.pcode_cmptag = false --https://github.com/quangnguyen30192/cmp-nvim-tags
|
||||
|
||||
-- 0 = normal
|
||||
-- 1 = float
|
||||
vim.g.pcode_nvimtree_isfloat = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue