flake: add and package blink.cmp

This commit is contained in:
Ching Pei Yang 2025-01-11 20:55:21 +01:00
commit 2dde21e19c
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
4 changed files with 82 additions and 0 deletions

View file

@ -61,6 +61,10 @@
"flutter-tools.dev_tools"
];
};
blink-cmp = pkgs.callPackage ./packages/blink-cmp.nix {
src = inputs.plugin-blink-cmp;
version = inputs.plugin-blink-cmp.shortRev or inputs.plugin-blink-cmp.shortDirtyRev or "dirty";
};
};
buildConfigPlugins = plugins: