add vim-polyglot plugin

This commit is contained in:
Václav Uruba 2021-01-11 23:55:03 +01:00
parent 03b05b66f2
commit 2d1f37f699
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

View File

@ -5,6 +5,9 @@ call plug#begin('~/.vim/plugged')
Plug 'kyoz/purify', { 'rtp': 'vim' }
Plug 'itchyny/lightline.vim'
" Syntax
Plug 'sheerun/vim-polyglot'
" Color highlight
Plug 'ap/vim-css-color'
@ -32,6 +35,8 @@ syntax on
colorscheme purify
set nocompatible
" Mouse
set mouse=a