feat: release lazyVim 1.0.0

This commit is contained in:
2024-03-24 18:25:13 +02:00
parent 89a9730e2a
commit 2edcb2d5a7
28 changed files with 160 additions and 72 deletions

28
runtimeDeps.nix Normal file
View File

@@ -0,0 +1,28 @@
{pkgs}: {
dependencies = with pkgs; [
nixd # nix lsp
alejandra # nix formatter
statix # linter for nix
ripgrep
fd
git
curl # needed to fetch titles from urls
wget
cargo
php82
php82Packages.composer
go
ruby
luarocks
zulu #java11
fish
fzf
perl536
perl536Packages.CPAN
unzip
tree-sitter
gcc
gnumake
lazygit
];
}