mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add ctags
This commit is contained in:
parent
cfb56d1ed3
commit
07c767cd2f
3 changed files with 14 additions and 14 deletions
|
@ -8,6 +8,7 @@ let
|
|||
cfg = config.dependencies;
|
||||
|
||||
packages = {
|
||||
ctags.default = "ctags";
|
||||
curl.default = "curl";
|
||||
gcc.default = "gcc";
|
||||
git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue