install some helper tools for nvim

This commit is contained in:
Adithya 2024-02-10 21:57:02 +05:30
parent d654eb0eae
commit d06d98eaaf
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -14,5 +14,12 @@
viAlias = true;
vimAlias = true;
defaultEditor = true;
extraPackages = with pkgs; [
fd
ripgrep
tree-sitter
clang
];
};
}