add vim-polyglot plugin
This commit is contained in:
parent
03b05b66f2
commit
2d1f37f699
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user