My Vimrc File
Here is the basic settings of Vim, or my Vim.
For the entire content of my vimrc file, please visit here:
https://github.com/mitnk/dotfiles/blob/master/vimrc
" =================== Basic Options =======================
syntax on
set number
set autochdir
set expandtab
set hlsearch
set wrap
colo evening
set incsearch
set cursorline
set scrolloff=3
" nubmer of spaces for each <tab>
set tabstop=4
set softtabstop=4
set shiftwidth=4
set autoindent
set smartindent
" encodings
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,gb18030,big5