Skip to content

Instantly share code, notes, and snippets.

@EnricoVogt
Last active November 7, 2017 08:45
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 EnricoVogt/e1f150ebbb31976d789e6df5a2cbff55 to your computer and use it in GitHub Desktop.
Save EnricoVogt/e1f150ebbb31976d789e6df5a2cbff55 to your computer and use it in GitHub Desktop.
my vim settings
syntax enable
colorscheme elflord
set background=dark
set encoding=utf8
set ffs=unix,dos,mac
set nobackup
set nowb
set noswapfile
set expandtab
set smarttab
set shiftwidth=4
set tabstop=4
set ai "Auto indent
set si "Smart indent
set wrap "Wrap lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment