[fix] nvim: give nvim access to the silicon binary
All checks were successful
/ check (push) Successful in 29s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 22s
/ build (nvim) (push) Successful in 14s

Marking it as a dependency of `nvim-silicon` is not enough.
This commit is contained in:
Jalil David Salamé Messina 2024-06-16 22:26:16 +02:00
parent 6bba09edf5
commit 0883f5bf03
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 1 additions and 2 deletions

View file

@ -1,11 +1,9 @@
{
vimUtils,
fetchFromGitHub,
silicon,
}:
vimUtils.buildVimPlugin {
name = "nvim-silicon";
dependencies = [silicon];
src = fetchFromGitHub {
owner = "michaelrommel";
repo = "nvim-silicon";

View file

@ -64,6 +64,7 @@ in {
];
# Formatting & linters
extraPackages = [
pkgs.unstable.silicon
pkgs.unstable.alejandra
pkgs.unstable.luajitPackages.jsregexp
pkgs.unstable.statix