From bb901e85c2a1bfc8cd2149f41925a1771f7df1e0 Mon Sep 17 00:00:00 2001 From: Smirnov Olexandr Date: Sat, 20 Jun 2020 23:32:29 +0300 Subject: [PATCH] Update vimrc --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 7c9a21d..5832b9f 100644 --- a/vimrc +++ b/vimrc @@ -1,10 +1,11 @@ call plug#begin('~/.vim/plugged') Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes Plug 'flazz/vim-colorschemes' " ColorChemes pack -Plug 'mattn/emmet-vim' " Emmet -Plug 'sheerun/vim-polyglot' + "Plug 'sheerun/vim-polyglot' "Plug 'pangloss/vim-javascript' " JS syntax support + "Plug 'mattn/emmet-vim', {'for': 'html'} " Emmet "Plug 'airblade/vim-gitgutter' " Git indecator + "Plug 'ap/vim-css-color', {'for': 'css'} " CSS color call plug#end() set nocompatible " be iMproved @@ -20,6 +21,7 @@ set mouse=a " Mouse support set mousehide " Mouse hide set encoding=utf-8 " Use utf-8 encoding + set fileencodings=utf8,cp1251 "set cursorline " The line with the cursor will be highlighted