forked from irl/nix-configs
feat: add ripgrep and fzf for nvim deps
This commit is contained in:
parent
3ca5f55ffa
commit
7f9169af38
1 changed files with 2 additions and 0 deletions
|
@ -14,9 +14,11 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
fzf
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nil
|
nil
|
||||||
pyright
|
pyright
|
||||||
|
ripgrep
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue