Cleanup | Format files

* fix some lint warnings
* remove some unneeded code
This commit is contained in:
Akianonymus 2021-12-11 01:49:35 +05:30 committed by siduck
parent 773d25980c
commit 2293b16709
7 changed files with 28 additions and 40 deletions

View file

@ -1,8 +1,5 @@
local userconf = pcall(require, "custom")
if userconf then
require "custom"
end
-- try to call cuatom init
pcall(require, "custom")
local core_modules = {
"core.options",