kitchen sink cause I'm too lazy to sort through this junk
This commit is contained in:
6
after/plugin/cleanfold.lua
Normal file
6
after/plugin/cleanfold.lua
Normal file
@ -0,0 +1,6 @@
|
||||
local status_ok, fold = pcall(require, "cleanfold")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
fold.setup {}
|
Reference in New Issue
Block a user