neovim-flake/modules/utility/surround/surround.nix

8 lines
183 B
Nix

{lib, ...}:
with lib;
with builtins; {
options.vim.utility.surround = {
enable = mkEnableOption "nvim-surround: add/change/delete surrounding delimiter pairs with ease";
};
}