clean config & rm un-needed pcalls

This commit is contained in:
siduck 2023-01-25 20:11:55 +05:30
parent ff93c22e63
commit 2b94bb92e0
9 changed files with 27 additions and 131 deletions

View file

@ -1,8 +1,4 @@
local present, cmp = pcall(require, "cmp")
if not present then
return
end
local cmp = require "cmp"
loadfile(vim.g.base46_cache .. "cmp")()