neovim-flake/modules/comments/default.nix

7 lines
119 B
Nix
Raw Normal View History

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