nvf/modules/comments/default.nix
NotAShelf b917526be7
modules/autopairs
feat: apply new module format to nvim-autopairs
2023-02-27 17:53:34 +03:00

7 lines
119 B
Nix

_: {
imports = [
./comment-nvim
./kommentary.nix # WARNING: WILL BE REMOVED IN THE NEXT MAJOR RELEASE
];
}