feat: add hardtime

This commit is contained in:
2025-05-19 08:43:36 +02:00
parent aa526f9a32
commit 4753cd4b58
2 changed files with 8 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 = {},
}