mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 16:05:30 +00:00
add vim-visual-multi plugin
This commit is contained in:
parent
a4d2c6171a
commit
8681349679
2 changed files with 6 additions and 1 deletions
|
|
@ -139,3 +139,8 @@
|
|||
|
||||
- Add `vim.languages.zig.dap` support through pkgs.lldb dap adapter. Code
|
||||
Inspiration from `vim.languages.clang.dap` implementation.
|
||||
|
||||
[jahanson](https://github.com/jahanson):
|
||||
|
||||
- Added [visual-multi.nvim](https://github.com/mg979/vim-visual-multi) to
|
||||
available plugins, under `vim.utility.visual-multi`.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
inherit (lib.options) mkEnableOption;
|
||||
in {
|
||||
options.vim.utility.visual-multi = {
|
||||
enable = mkEnableOption "visual-multi.nvim plugin (multiple cursors)";
|
||||
enable = mkEnableOption "multiple cursors capability [visual-multi.nvim]";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue