1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00

modules/dependencies: add ctags

This commit is contained in:
Gaetan Lepage 2025-04-07 17:16:13 +02:00 committed by nix-infra-bot
parent cfb56d1ed3
commit 07c767cd2f
3 changed files with 14 additions and 14 deletions

View file

@ -8,6 +8,7 @@ let
cfg = config.dependencies;
packages = {
ctags.default = "ctags";
curl.default = "curl";
gcc.default = "gcc";
git = {