Skip to content

Commit

Permalink
Use universal-ctags and vim-gutentags instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sushengloong committed Nov 29, 2017
1 parent f8e4548 commit 6110f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -70,9 +70,9 @@ brew install the_silver_search
brew install ripgrep
```

### Install ctags
### Install universal-ctags
```
brew install ctags
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
```

### Install autojump
Expand Down
1 change: 1 addition & 0 deletions vimrc
Expand Up @@ -21,6 +21,7 @@ call plug#begin('~/.vim/plugged')
Plug 'pangloss/vim-javascript'
Plug 'moll/vim-node'
Plug 'fatih/vim-go'
Plug 'ludovicchabant/vim-gutentags'

Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Expand Down

0 comments on commit 6110f54

Please sign in to comment.