dotfiles

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

commit faa595997d214d38b8a17b196b2a70294a7c30f7
parent 593aa8ec2919971e7cf4126aa0b22f6757c9f2c9
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  4 Nov 2018 13:41:25 +0100

vim-polyglot plugin

Diffstat:
Mvim/plugins.vimrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -44,4 +44,8 @@ Plug 'dhruvasagar/vim-table-mode' " Personal wiki Plug 'vimwiki/vimwiki' + +" Better syntax highlighting +Plug 'sheerun/vim-polyglot' + call plug#end()