add gnu make in neovim scope
This commit is contained in:
parent
ceedf8afc1
commit
4f49a2bca2
1 changed files with 1 additions and 1 deletions
|
@ -16,10 +16,10 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
gnumake
|
||||||
clang
|
clang
|
||||||
go
|
go
|
||||||
cargo
|
cargo
|
||||||
rustc
|
|
||||||
tree-sitter
|
tree-sitter
|
||||||
stylua
|
stylua
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue