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 'kyoz/purify', { 'rtp': 'vim' }
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
|
|
||||||
|
" Syntax
|
||||||
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
|
||||||
" Color highlight
|
" Color highlight
|
||||||
Plug 'ap/vim-css-color'
|
Plug 'ap/vim-css-color'
|
||||||
|
|
||||||
@ -32,6 +35,8 @@ syntax on
|
|||||||
|
|
||||||
colorscheme purify
|
colorscheme purify
|
||||||
|
|
||||||
|
set nocompatible
|
||||||
|
|
||||||
" Mouse
|
" Mouse
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user