Mercurial
annotate ctag_script.sh @ 253:fdf3816959cb
[ui] Add Sonner-like notification stack
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 12:21:19 -0700 |
| parents | c37490913530 |
| children | 1f9877b637e9 |
| rev | line source |
|---|---|
|
150
c37490913530
[Config] Updated .vimrc files and made command for ctags movements.
June Park <parkjune1995@gmail.com>
parents:
149
diff
changeset
|
1 ctags -R --exclude=bazel-mono --exclude=bazel-bin --exclude=bazel-out --exclude=bazel-zenbu --exclude=venv --languages=C --langmap=C:.h --extras=+r --c-kinds=+p . |