This commit is contained in:
Piotr Domański 2024-08-05 15:11:32 +02:00
parent 22e76b6b9b
commit 6beac901d8
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,13 @@
return {
{
"m4xshen/hardtime.nvim",
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
opts = {
max_count = 100,
restriction_mode = "hint",
disable_mouse = false,
restricted_keys = {},
disabled_keys = {},
},
},
}

View file

@ -0,0 +1,6 @@
return {
{
"dbmrq/vim-ditto",
lazy = false,
},
}