commit faa595997d214d38b8a17b196b2a70294a7c30f7 parent 593aa8ec2919971e7cf4126aa0b22f6757c9f2c9 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Sun, 4 Nov 2018 13:41:25 +0100 vim-polyglot plugin Diffstat:
M | vim/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()