summaryrefslogtreecommitdiff
path: root/.vim/.vimrc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-06-02 08:19:24 +0300
committerSyndamia <kamen@syndamia.com>2023-06-02 08:19:24 +0300
commit8d2805b972bba0e6407cc27e94291455fa983ec1 (patch)
tree285460f1b7061ce5871d69dbae34430a7142e4bc /.vim/.vimrc
parentd5151c31464962392efa8f01c9101f3ee7252151 (diff)
downloaddotfiles-8d2805b972bba0e6407cc27e94291455fa983ec1.tar
dotfiles-8d2805b972bba0e6407cc27e94291455fa983ec1.tar.gz
dotfiles-8d2805b972bba0e6407cc27e94291455fa983ec1.zip
[.vim] Added popup_scrollbar plugin
Diffstat (limited to '.vim/.vimrc')
-rw-r--r--.vim/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/.vimrc b/.vim/.vimrc
index b9181cc..c91ef62 100644
--- a/.vim/.vimrc
+++ b/.vim/.vimrc
@@ -6,6 +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
""" Quality of life
Plug 'tomtom/tcomment_vim' " Toggle comments (gc, gcc)