autocomplete: move shared code into common parent

This commit is contained in:
Ching Pei Yang 2025-01-11 21:46:49 +01:00
commit 9dccd4b4a8
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
5 changed files with 140 additions and 106 deletions

View file

@ -1,5 +1,8 @@
{
imports = [
./module.nix
./config.nix
./nvim-cmp
./blink-cmp
];