From bd6bd9d2fc13a6a0bbf5a50d557e4a82f74e5ea3 Mon Sep 17 00:00:00 2001 From: anon <anon@anon.anon> Date: Thu, 6 Jun 2024 22:57:38 +0200 Subject: [PATCH] readme bump --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d30742..98880ce 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # HiTags -Hitags is a Vim plugin which harnesses the power of ctags -to provide dynamic symbol (e.g. variable, function) name highlighting. +> Hitags is a Vim plugin which harnesses the power of ctags +> to provide dynamic symbol (e.g. variable, function) name highlighting. + +Now, comes with experimental tool tips in insert mode. # Before/After  -# Dependencies +# Runtime dependencies + [mimetype](https://packages.gentoo.org/packages/dev-perl/File-MimeInfo) (sadly, `file -i` does not suffice) + python3 (system installation, not Vim compile flag) + ctags (tested with Universal ctags) - + gcc/clang (to preprocess C/C++ files) + + **_(Optional)_** gcc/clang/fcpp (to preprocess C/C++ files) # Installation 1. Clone the source