More vim ctag improvements

This commit is contained in:
2021-12-02 21:07:47 -05:00
parent afc89a1725
commit 3d91c1d4f0
3 changed files with 71 additions and 25 deletions

View File

@@ -213,8 +213,8 @@ processor time and is generally useless.
### Setting up ctags
* Install the latest Universal ctags build: https://github.com/universal-ctags/ctags-win32/releases
* Place it in `~/bin`.
* Download the latest Universal ctags build: https://github.com/universal-ctags/ctags-win32/releases
* Place ctags.exe and readtags.exe in `~/bin` or in `~/.dev/tools`.
## Setting up Visual Studio