A demo to see how it would be to have a .vimrc
with json syntax.
Last active
December 9, 2015 23:38
-
-
Save dciccale/4345035 to your computer and use it in GitHub Desktop.
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": true, | |
"compatibility": false, | |
"filetype": { | |
"plugin": true, | |
"indent": true | |
}, | |
"autoindent": true, | |
"smartindent": true, | |
"expandtab": true, | |
"tabstop": 2, | |
"softtabstop": 2, | |
"shiftwidth": 2, | |
"imap": ["C+h", "C+o+h"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment