Created
January 24, 2015 22:15
-
-
Save mattmakai/e8f7f384f3a9a22639a2 to your computer and use it in GitHub Desktop.
My simple .vimrc configuration file
This file contains 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
syntax on | |
set ts=4 | |
set autoindent | |
set expandtab | |
set shiftwidth=4 | |
let python_highlight_all = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment