feat(neovim): add nixd.
This commit is contained in:
parent
290cb759ad
commit
7542ae7f2a
1 changed files with 6 additions and 10 deletions
|
|
@ -33,17 +33,13 @@ in {
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
withRuby = true;
|
withRuby = true;
|
||||||
extraWrapperArgs = [
|
extraPackages = [
|
||||||
"--suffix"
|
# for treesitter
|
||||||
"LIBRARY_PATH"
|
pkgs.gcc
|
||||||
":"
|
# For nix
|
||||||
"${lib.makeLibraryPath [pkgs.stdenv.cc.cc pkgs.zlib]}"
|
pkgs.nixd
|
||||||
"--suffix"
|
pkgs.alejandra
|
||||||
"PKG_CONFIG_PATH"
|
|
||||||
":"
|
|
||||||
"${lib.makeSearchPathOutput "dev" "lib/pkgconfig" [pkgs.stdenv.cc.cc pkgs.zlib]}"
|
|
||||||
];
|
];
|
||||||
extraPackages = [pkgs.gcc];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Setup neovim with nvf
|
# Setup neovim with nvf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue