Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit e699222

Browse files
user: comment vim-visual-multi overrides nvim resize vertical split
1 parent 6db88a8 commit e699222

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/user.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ return {
99
-- require("lsp_signature").setup()
1010
-- end,
1111
-- },
12+
13+
-- conflicts with AstroNvim keys for resize vertical split
1214
{
1315
"mg979/vim-visual-multi",
14-
event = "User AstroFile",
16+
event = "User AstroFile",
1517
-- lazy = false,
1618
-- lazy load on key binding
1719
-- keys = "gm",

0 commit comments

Comments
 (0)