Created
March 4, 2019 13:42
-
-
Save kdankov/26130f732243c766e94c83281a0f30e3 to your computer and use it in GitHub Desktop.
Minimal Vim Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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