mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 08:25:30 +00:00
Added plugin and config for vim-visual-multi
Added plugin and config for https://github.com/mg979/vim-visual-multi
This commit is contained in:
parent
9443273297
commit
a4d2c6171a
5 changed files with 30 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
in {
|
||||
options.vim.utility.visual-multi = {
|
||||
enable = mkEnableOption "visual-multi.nvim plugin (multiple cursors)";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue