neovim-flake/modules/comments/default.nix

7 lines
70 B
Nix
Raw Normal View History

_: {
imports = [
./comment-nvim.nix
./kommentary.nix
];
}