Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Created August 24, 2015 23:25
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 gnuwilliam/afb20e5231193c4a8c0f to your computer and use it in GitHub Desktop.
Save gnuwilliam/afb20e5231193c4a8c0f to your computer and use it in GitHub Desktop.
.vimrc lua config
autocmd!
syntax on
:colorscheme inkpot
set number
set tabstop=2
set shiftwidth=2
set softtabstop=2
set smarttab
set expandtab
set autoindent
set cindent
set smartindent
set nobackup
set nowritebackup
set backspace=indent,eol,start
set wildmode=longest,list
set wildmenu
set cc=80
filetype on
filetype plugin on
filetype indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment