19 lines
368 B
Text
19 lines
368 B
Text
return {
|
|
'mg979/vim-visual-multi',
|
|
init = function()
|
|
vim.g.VM_leader = '\\'
|
|
vim.g.VM_silent_exit = 1
|
|
end,
|
|
}
|
|
|
|
|
|
-- Component for lualine:
|
|
-- function()
|
|
-- local info = vim.F.npcall(vim.fn.VMInfos)
|
|
-- if info and info.status then
|
|
-- return info.current .. '/' .. info.total .. ' ' .. info.status
|
|
-- else
|
|
-- return ''
|
|
-- end
|
|
-- end,
|
|
|