all repos

dotfiles @ bb901e8

i use rach linux btw
1 files changed, 4 insertions(+), 2 deletions(-)
Update vimrc
Author: Smirnov Olexandr ss2316544@gmail.com
Committed at: 2020-06-20 23:32:29 +0300
Parent: 226d06e
M vimrc
···
                1
                1
                 call plug#begin('~/.vim/plugged')

              
                2
                2
                 Plug 'jiangmiao/auto-pairs'             " Automapic closing of quotes

              
                3
                3
                 Plug 'flazz/vim-colorschemes'           " ColorChemes pack

              
                4
                
                -Plug 'mattn/emmet-vim'                  " Emmet

              
                5
                
                -Plug 'sheerun/vim-polyglot'

              
                
                4
                +    "Plug 'sheerun/vim-polyglot'

              
                6
                5
                     "Plug 'pangloss/vim-javascript'         " JS syntax support

              
                
                6
                +    "Plug 'mattn/emmet-vim', {'for': 'html'} " Emmet

              
                7
                7
                     "Plug 'airblade/vim-gitgutter'          " Git indecator

              
                
                8
                +    "Plug 'ap/vim-css-color', {'for': 'css'} " CSS color

              
                8
                9
                 call plug#end()

              
                9
                10
                 

              
                10
                11
                 set nocompatible    " be iMproved

              ···
                20
                21
                 set mousehide       " Mouse hide 

              
                21
                22
                 

              
                22
                23
                 set encoding=utf-8  " Use utf-8 encoding

              
                
                24
                +

              
                23
                25
                 set fileencodings=utf8,cp1251

              
                24
                26
                 

              
                25
                27
                 "set cursorline      " The line with the cursor will be highlighted