Skip to content

Commit 6921f6b

Browse files
committed
Enable mouse in hard_time
1 parent 6316085 commit 6921f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/lvim/lua/user/plugins.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ lvim.plugins = {
5858
{
5959
"m4xshen/hardtime.nvim",
6060
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
61-
opts = {}
61+
opts = {
62+
disable_mouse = false
63+
}
6264
},
6365

6466
-- images

0 commit comments

Comments
 (0)