diff --git a/vim/.vimrc b/vim/.vimrc index 1826f0e..029a0ae 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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