Skip to content

Instantly share code, notes, and snippets.

@kdankov
Created March 4, 2019 13:42
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 kdankov/26130f732243c766e94c83281a0f30e3 to your computer and use it in GitHub Desktop.
Save kdankov/26130f732243c766e94c83281a0f30e3 to your computer and use it in GitHub Desktop.
Minimal Vim Setup
" use vim not vi
set nocompatible
" syntax and plugins (netrw)
syntax enable
filetype plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment