From 8d2805b972bba0e6407cc27e94291455fa983ec1 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 2 Jun 2023 08:19:24 +0300 Subject: [.vim] Added popup_scrollbar plugin --- .vim/.vimrc | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/.vimrc') 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) -- cgit v1.2.3