nixos/home/modules/ide/nvim/plugins/completion.nix
2026-02-22 19:33:10 +01:00

5 lines
58 B
Nix

{
plugins.mini-completion = {
enable = true;
};
}