minor update
This commit is contained in:
parent
766c50a845
commit
f7a3f90e8c
1 changed files with 7 additions and 1 deletions
|
|
@ -3,6 +3,12 @@ return {
|
||||||
"m4xshen/hardtime.nvim",
|
"m4xshen/hardtime.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
dependencies = { "MunifTanjim/nui.nvim" },
|
dependencies = { "MunifTanjim/nui.nvim" },
|
||||||
opts = {},
|
keys = {
|
||||||
|
{ "<leader>uH", "<CMD>Hardtime toggle<CR>", desc = "Toggle hardtime" }
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
max_count = 10,
|
||||||
|
disable_mouse = false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue