diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-08-07 13:44:00 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-08-07 13:44:00 +0200 |
commit | 24dce9340cc2bc03a468efada78bd7e9eeb97bfe (patch) | |
tree | c5d986a91e21ac9a2b203d9f512cd4eba6649e5f | |
parent | ac488197c3d4bf4792a1c0c25f9080d15270bb5b (diff) |
.vimrc: disable taglist
-rw-r--r-- | .vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -203,7 +203,6 @@ Plug 'airblade/vim-gitgutter' " git status gutter Plug 'tpope/vim-fugitive' " git commands Plug 'tpope/vim-rhubarb' " GitHub integration Plug 'tpope/vim-commentary' " comment out stuff -Plug 'yegappan/taglist' " code browser using ctags/cscope Plug 'joestringer/cscope_maps' " cscope maps Plug 'google/vim-searchindex' " show how many times a search pattern occurs |