Skip to content

Instantly share code, notes, and snippets.

@sainu
Created March 23, 2018 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sainu/5207edd14885b583948cc9fb0a9f7738 to your computer and use it in GitHub Desktop.
Save sainu/5207edd14885b583948cc9fb0a9f7738 to your computer and use it in GitHub Desktop.
vimrc for server os
set fenc=utf-8
set nobackup
set noswapfile
set autoread
set hidden
set showcmd
set number
set smartindent
set showmatch
set laststatus=2
set wildmode=list:longest
set list listchars=tab:\▸\-
set tabstop=2
set shiftwidth=2
set ignorecase
set smartcase
set incsearch
set wrapscan
set hlsearch
set title
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment