remove: cmp tag, cmpcalc, cmprg

This commit is contained in:
asep.komarudin 2024-06-03 08:43:06 +07:00
parent 07c6b8ce49
commit 130f910923
2 changed files with 0 additions and 14 deletions

View file

@ -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