index
:
iceyrazor/dotfiles
main
iceys .dotfiles. among other things
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
.config
/
nvim
/
after
/
plugin
/
hardtime.lua
blob: 2a0dc2dde3292006e2e455cf3f10aae376956bcf (
plain
)
1
2
3
4
local
ok
,
hardtime
=
pcall
(
require
,
'hardtime'
)
if
ok
then
hardtime
.
setup
()
end