Skip to content

Instantly share code, notes, and snippets.

@znut
Last active November 23, 2016 13:07
Show Gist options
  • Save znut/30da99f3954ba34b96ff to your computer and use it in GitHub Desktop.
Save znut/30da99f3954ba34b96ff to your computer and use it in GitHub Desktop.
min-vimrc
set guioptions=i
colorscheme evening
set columns=120
set hidden
set number
set guifont=Consolas:h9:cANSI
filetype indent on
filetype plugin on
autocmd InsertLeave * if pumvisible() == 0|pclose|endif
set tabstop=4
set expandtab
set shiftwidth=4
set autoindent
set smartindent
syntax on
syntax enable
set hlsearch
set incsearch
set virtualedit=block
set list listchars=tab:»·,trail:·,precedes:«,extends:»,nbsp:.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment