neovim-flake/modules/plugins/completion/default.nix

6 lines
38 B
Nix
Raw Normal View History

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