neovim-flake/modules/ui/smartcolumn/default.nix

7 lines
65 B
Nix

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