summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/.vimrc b/.vim/.vimrc
index ce5caee..e6cbf99 100644
--- a/.vim/.vimrc
+++ b/.vim/.vimrc
@@ -6,7 +6,7 @@ call plug#begin('~/.vim/plugged')
""" Visuals
Plug 'morhetz/gruvbox', {'rtp': 'vim'} " Color theme
Plug 'ryanoasis/vim-devicons' " Icons on stuff like NERDTree
-Plug 'AndrewRadev/popup_scrollbar.vim' " Scrollbar
+" Plug 'AndrewRadev/popup_scrollbar.vim' " Scrollbar
""" Quality of life
Plug 'tomtom/tcomment_vim' " Toggle comments (gc, gcc)