nvim: add hardtime plugin

This commit is contained in:
2025-03-22 11:50:40 +01:00
parent 3fc6280267
commit 48664abc41
2 changed files with 9 additions and 0 deletions

View File

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