feat: add hardtime.nvim

This commit is contained in:
2025-09-17 01:09:47 +09:00
parent 1c6921f5a4
commit f9025afecd
2 changed files with 7 additions and 0 deletions

6
lua/plugins/hardtime.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
}