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

7 lines
62 B
Nix

_: {
imports = [
./config.nix
./surround.nix
];
}