dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d219eb42bb623ab5fecc08c09bc91d73669994e1
parent 8b4c733fea08445de65fa159a2a22ab7544957be
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat,  7 Dec 2019 20:13:25 -0500

vim: plugins

Former-commit-id: 6a73f42e46d3fbe7f43d019097bc2f0911a20a9f
Diffstat:
Mvim/vimrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -110,9 +110,14 @@ Plug 'junegunn/vim-easy-align' " Peek contents of registers Plug 'junegunn/vim-peekaboo' +" Latex symbol to unicode Plug 'joom/latex-unicoder.vim' +" Smooth ^U/^D scrolling Plug 'psliwka/vim-smoothie' + +" Markdown support +Plug 'plasticboy/vim-markdown' call plug#end() " }}} " Config {{{