diff options
| author | Syndamia <kamen@syndamia.com> | 2023-06-02 08:19:24 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-06-02 08:19:24 +0300 |
| commit | 8d2805b972bba0e6407cc27e94291455fa983ec1 (patch) | |
| tree | 285460f1b7061ce5871d69dbae34430a7142e4bc /.vim/pluginsettings.vim | |
| parent | d5151c31464962392efa8f01c9101f3ee7252151 (diff) | |
| download | dotfiles-8d2805b972bba0e6407cc27e94291455fa983ec1.tar dotfiles-8d2805b972bba0e6407cc27e94291455fa983ec1.tar.gz dotfiles-8d2805b972bba0e6407cc27e94291455fa983ec1.zip | |
[.vim] Added popup_scrollbar plugin
Diffstat (limited to '.vim/pluginsettings.vim')
| -rw-r--r-- | .vim/pluginsettings.vim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.vim/pluginsettings.vim b/.vim/pluginsettings.vim index 72757f5..ec9a9dd 100644 --- a/.vim/pluginsettings.vim +++ b/.vim/pluginsettings.vim @@ -56,3 +56,12 @@ let g:texty_office_executable_directory='/home/kamen/Programming/GitLab-repos/texty-office' " let g:texty_office_pretty_mode=1 " }}} + +" popup_scrollbar {{{ + let g:popup_scrollbar_auto = 1 + let g:popup_scrollbar_shape = { + \ 'head': '', + \ 'body': '│', + \ 'tail': '', } + let g:popup_scrollbar_highlight = 'Comment' +" }}} |
