install some helper tools for nvim
This commit is contained in:
parent
d654eb0eae
commit
d06d98eaaf
1 changed files with 7 additions and 0 deletions
|
@ -14,5 +14,12 @@
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs; [
|
||||
fd
|
||||
ripgrep
|
||||
tree-sitter
|
||||
|
||||
clang
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue