nvf/modules/plugins/completion/nvim-cmp/default.nix

6 lines
59 B
Nix

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