Skip to content

Instantly share code, notes, and snippets.

@lucianmarin
Last active October 3, 2015 09:51
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 lucianmarin/cd84440fef15a675893c to your computer and use it in GitHub Desktop.
Save lucianmarin/cd84440fef15a675893c to your computer and use it in GitHub Desktop.
vim config ~/.vimrc
filetype plugin on
set omnifunc=syntaxcomplete#Complete
set wrap
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set softtabstop=4
set smarttab
set expandtab
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment