summaryrefslogtreecommitdiff
path: root/dot-config/nvim/plugin/hardtime.lua
blob: f956c8678f6851ebe76d35ccba8c238b17cbfd11 (plain)
1
2
3
4
5
6
vim.pack.add({
	"https://github.com/m4xshen/hardtime.nvim",
	"https://github.com/MunifTanjim/nui.nvim",
})

require("hardtime").setup()