added packer script. made plugin configs not error out when no plugin

This commit is contained in:
2025-05-26 16:00:35 -05:00
parent 571effe737
commit e6577b4106
12 changed files with 270 additions and 229 deletions

View File

@@ -1 +1,4 @@
require("hardtime").setup()
local ok, hardtime = pcall(require, 'hardtime')
if ok then
hardtime.setup()
end