clean config & rm un-needed pcalls
This commit is contained in:
@@ -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")()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user