mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update vim-visual-multi config
This commit is contained in:
parent
6c62067226
commit
d2af11595d
3 changed files with 9 additions and 5 deletions
|
@ -334,10 +334,6 @@ return {
|
|||
["Select Cursor Down"] = "<M-C-Down>", -- equal CTRL+ALT+DOWN on VSCODE
|
||||
["Select Cursor Up"] = "<M-C-Up>", -- equal CTRL+ALT+UP on VSCODE
|
||||
}
|
||||
vim.g.VM_Mono_hl = "DiffText"
|
||||
vim.g.VM_Extend_hl = "DiffAdd"
|
||||
vim.g.VM_Cursor_hl = "Visual"
|
||||
vim.g.VM_Insert_hl = "DiffChange"
|
||||
end,
|
||||
},
|
||||
-- for auto close tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue