nvf/modules/utility/surround/surround.nix

8 lines
183 B
Nix
Raw Normal View History

2023-06-07 11:28:27 +00:00
{lib, ...}:
with lib;
with builtins; {
options.vim.utility.surround = {
enable = mkEnableOption "nvim-surround: add/change/delete surrounding delimiter pairs with ease";
};
}