neovim-flake/modules/completion/default.nix

6 lines
41 B
Nix

_: {
imports = [
./nvim-cmp
];
}