···11+syntax on
22+33+44+" search related
55+set hlsearch
66+set ignorecase
77+set incsearch
88+set smartcase
99+1010+"general
1111+colorscheme onedark
1212+let mapleader = " "
1313+inoremap jk <ESC>
1414+filetype plugin indent on
1515+1616+set ruler " show the cursor position all the time
1717+set showcmd " display incomplete commands
1818+set laststatus=2 " Always display the status line
1919+2020+set number
2121+set numberwidth=5
2222+set relativenumber
2323+2424+2525+"plugs to intall
2626+call plug#begin('~/.vim/bundle')
2727+Plug 'christoomey/vim-system-copy'
2828+Plug 'valloric/youcompleteme'
2929+Plug 'http://github.com/tpope/vim-surround' " Surrounding ysw)
3030+call plug#end()