diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-12-02 15:39:53 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-12-02 15:39:53 +0100 |
| commit | c2994e08f25f998682adedcbd61c7bfbf71c4498 (patch) | |
| tree | 50f38bc40f3d30a4b395812509f2c108a90156ae | |
| parent | 7b1ace9374f82c1caae28071943191def44ae96b (diff) | |
Disable tagbar plugin for now
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ Plug 'junegunn/goyo.vim' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'airblade/vim-gitgutter' -Plug 'majutsushi/tagbar' +" Plug 'majutsushi/tagbar' call plug#end() syntax on @@ -296,4 +296,4 @@ nmap <leader>f :Limelight!!<cr> "Tagbar "====== -nmap <leader>tt :TagbarToggle<CR> +" nmap <leader>tt :TagbarToggle<CR> |
