1
0

FEAT: Added Hardtime to force me to use motions more

This commit is contained in:
2024-04-03 11:44:32 +02:00
parent 6be1147cc0
commit a70a99537b
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
{
'm4xshen/hardtime.nvim',
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim"},
opts = {
restriction_mode = "hint"
}
}
}