mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-09 11:51:35 +00:00
feat: nvim-surround
This commit is contained in:
parent
0c01fbc121
commit
2e40253457
8 changed files with 58 additions and 1 deletions
7
modules/utility/surround/surround.nix
Normal file
7
modules/utility/surround/surround.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{lib, ...}:
|
||||
with lib;
|
||||
with builtins; {
|
||||
options.vim.utility.surround = {
|
||||
enable = mkEnableOption "nvim-surround: add/change/delete surrounding delimiter pairs with ease";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue