added packer script. made plugin configs not error out when no plugin
This commit is contained in:
5
env/.config/nvim/after/plugin/hardtime.lua
vendored
5
env/.config/nvim/after/plugin/hardtime.lua
vendored
@@ -1 +1,4 @@
|
||||
require("hardtime").setup()
|
||||
local ok, hardtime = pcall(require, 'hardtime')
|
||||
if ok then
|
||||
hardtime.setup()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user