1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove plugin gutentags

I rarely use it.
This commit is contained in:
jdhao
2021-12-06 11:40:45 +08:00
parent aacbf56ee5
commit 7735a33a59
3 changed files with 9 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ and make sure you can call `git` from the command line.
## ctags
In order to use tags related plugins such as [vista.vim](https://github.com/liuchengxu/vista.vim) and [gutentags](https://github.com/ludovicchabant/vim-gutentags), we need to
In order to use tags related plugins such as [vista.vim](https://github.com/liuchengxu/vista.vim), we need to
install a ctags distribution. Universal-ctags is preferred.
To install ctags on macOS, use [Homebrew](https://github.com/universal-ctags/homebrew-universal-ctags):