From 24dce9340cc2bc03a468efada78bd7e9eeb97bfe Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 7 Aug 2022 13:44:00 +0200 Subject: .vimrc: disable taglist --- .vimrc | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf