summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-07-17 10:56:38 +0300
committerSyndamia <kamen@syndamia.com>2023-07-17 10:56:38 +0300
commit604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61 (patch)
tree544b145f11f848ee04b2b00785c4d3b521e84bba /.vim
parentd4e2e4be686637a1c0e83698741b0fd4a8766405 (diff)
downloaddotfiles-604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61.tar
dotfiles-604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61.tar.gz
dotfiles-604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61.zip
[.vimrc] For now, commented out poppup_scrollbar
Diffstat (limited to '.vim')
-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)