Skip to content

Instantly share code, notes, and snippets.

@dciccale
Last active December 9, 2015 23:38
Show Gist options
  • Save dciccale/4345035 to your computer and use it in GitHub Desktop.
Save dciccale/4345035 to your computer and use it in GitHub Desktop.

.vimrc.json

A demo to see how it would be to have a .vimrc with json syntax.

{
"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