Add ctags package to development

ctags is used by Kate with its project plugin code indexing.
This helps Kate users to search for symbols (functions etc) inside
a project, or between different projects.

Without ctags, the code indexing wont work.
This commit is contained in:
Akseli Lahtinen
2025-11-21 13:46:10 +02:00
parent 2a96785821
commit ca34fa17f3

View File

@@ -9,6 +9,7 @@ Packages=base-devel
clazy
cmake
crun # default for podman
ctags
distrobox
docker
docker-buildx