nvf/modules/plugins/completion/nvim-cmp/default.nix
2024-10-06 18:58:22 +02:00

6 lines
59 B
Nix

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