use dofile to load cached theme files

This commit is contained in:
siduck 2023-01-29 21:36:54 +05:30
parent 947186b7ec
commit 4990b23935
9 changed files with 11 additions and 12 deletions

View file

@ -1,6 +1,6 @@
local cmp = require "cmp"
loadfile(vim.g.base46_cache .. "cmp")()
dofile(vim.g.base46_cache .. "cmp")
vim.o.completeopt = "menu,menuone,noselect"