[fix] nvim: give nvim access to the silicon binary #6
2 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
vimUtils,
|
||||
fetchFromGitHub,
|
||||
silicon,
|
||||
}:
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "nvim-silicon";
|
||||
dependencies = [silicon];
|
||||
src = fetchFromGitHub {
|
||||
owner = "michaelrommel";
|
||||
repo = "nvim-silicon";
|
||||
|
|
|
@ -64,6 +64,7 @@ in {
|
|||
];
|
||||
# Formatting & linters
|
||||
extraPackages = [
|
||||
pkgs.unstable.silicon
|
||||
pkgs.unstable.alejandra
|
||||
pkgs.unstable.luajitPackages.jsregexp
|
||||
pkgs.unstable.statix
|
||||
|
|
Loading…
Reference in a new issue