FEAT: Added Hardtime to force me to use motions more
This commit is contained in:
9
lua/barink/plugins/hardtime.lua
Normal file
9
lua/barink/plugins/hardtime.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
'm4xshen/hardtime.nvim',
|
||||
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim"},
|
||||
opts = {
|
||||
restriction_mode = "hint"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user