change highlight loading function name

This commit is contained in:
siduck 2022-11-17 19:26:43 +05:30
parent 08453985ca
commit f77d052d70
11 changed files with 14 additions and 18 deletions

View file

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