feat: astronvim 5.x

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-16 13:27:33 -03:00
parent 12fe34c45e
commit 4b056829fc
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
7 changed files with 152 additions and 51 deletions

View file

@ -2,6 +2,7 @@
config,
pkgs,
lib,
blink-cmp,
...
}:
@ -163,5 +164,10 @@ in
--replace-fail "{hostname}" "${config.programs.neovim.nixd.hostname}" \
--replace-fail "{location}" "${config.programs.neovim.nixd.location}"
'';
xdg.dataFile."nvim/lazy/blink.cmp/target/release/libblink_cmp_fuzzy.so" = {
recursive = true;
source = "${blink-cmp.packages.${pkgs.system}.blink-fuzzy-lib}/lib/libblink_cmp_fuzzy.so";
};
};
}