summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-08-07 13:44:00 +0200
committerTobias Klauser <tklauser@distanz.ch>2022-08-07 13:44:00 +0200
commit24dce9340cc2bc03a468efada78bd7e9eeb97bfe (patch)
treec5d986a91e21ac9a2b203d9f512cd4eba6649e5f
parentac488197c3d4bf4792a1c0c25f9080d15270bb5b (diff)
.vimrc: disable taglist
-rw-r--r--.vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 8bdb6a5..edb7275 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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