load base46_cache in instead of minified modules

This commit is contained in:
siduck 2022-11-19 11:45:33 +05:30
parent c16c22e87b
commit d27029d1b1
11 changed files with 13 additions and 12 deletions

View file

@ -4,7 +4,7 @@ if not present then
return
end
require "base46_cache.cmp"
loadfile(vim.g.base46_cache .. "cmp")()
vim.o.completeopt = "menu,menuone,noselect"