Skip to content

Instantly share code, notes, and snippets.

@morrisalp
Last active October 5, 2019 07:08
Show Gist options
  • Save morrisalp/3d88bacbd650ded30e4d1214b2aedf3b to your computer and use it in GitHub Desktop.
Save morrisalp/3d88bacbd650ded30e4d1214b2aedf3b to your computer and use it in GitHub Desktop.
my personal .vimrc
set encoding=utf-8
set autoindent
set expandtab
set tabstop=4
set shiftwidth=4
set number
set hlsearch incsearch
set wildmenu
set showcmd
syntax on
colorscheme desert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment