Cleanup | Format files
* fix some lint warnings * remove some unneeded code
This commit is contained in:
parent
773d25980c
commit
2293b16709
7 changed files with 28 additions and 40 deletions
7
init.lua
7
init.lua
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue