bump;
This commit is contained in:
parent
22e76b6b9b
commit
6beac901d8
2 changed files with 19 additions and 0 deletions
13
.config/nvim/lua/plugins/hardtime.lua
Normal file
13
.config/nvim/lua/plugins/hardtime.lua
Normal 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 = {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
6
.config/nvim/lua/plugins/text.lua
Normal file
6
.config/nvim/lua/plugins/text.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"dbmrq/vim-ditto",
|
||||||
|
lazy = false,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue