mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update vimrc
This commit is contained in:
parent
226d06ea84
commit
bb901e85c2
1 changed files with 4 additions and 2 deletions
6
vimrc
6
vimrc
|
|
@ -1,10 +1,11 @@
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes
|
Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes
|
||||||
Plug 'flazz/vim-colorschemes' " ColorChemes pack
|
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 'pangloss/vim-javascript' " JS syntax support
|
||||||
|
"Plug 'mattn/emmet-vim', {'for': 'html'} " Emmet
|
||||||
"Plug 'airblade/vim-gitgutter' " Git indecator
|
"Plug 'airblade/vim-gitgutter' " Git indecator
|
||||||
|
"Plug 'ap/vim-css-color', {'for': 'css'} " CSS color
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set nocompatible " be iMproved
|
set nocompatible " be iMproved
|
||||||
|
|
@ -20,6 +21,7 @@ set mouse=a " Mouse support
|
||||||
set mousehide " Mouse hide
|
set mousehide " Mouse hide
|
||||||
|
|
||||||
set encoding=utf-8 " Use utf-8 encoding
|
set encoding=utf-8 " Use utf-8 encoding
|
||||||
|
|
||||||
set fileencodings=utf8,cp1251
|
set fileencodings=utf8,cp1251
|
||||||
|
|
||||||
"set cursorline " The line with the cursor will be highlighted
|
"set cursorline " The line with the cursor will be highlighted
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue