nvf/modules/completion/nvim-cmp/default.nix
2023-02-27 17:52:43 +03:00

7 lines
62 B
Nix

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