diff options
| author | Syndamia <kamen@syndamia.com> | 2023-07-17 10:56:38 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-07-17 10:56:38 +0300 |
| commit | 604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61 (patch) | |
| tree | 544b145f11f848ee04b2b00785c4d3b521e84bba /.vim | |
| parent | d4e2e4be686637a1c0e83698741b0fd4a8766405 (diff) | |
| download | dotfiles-604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61.tar dotfiles-604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61.tar.gz dotfiles-604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61.zip | |
[.vimrc] For now, commented out poppup_scrollbar
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/.vimrc | 2 |
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) |
