Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | ftdetect/json.vim: Disable on Vim < 8 | Teddy Wing | |
Recent Vims have a built-in JSON syntax plugin which is a little easier to read than the JavaScript highlighting. Use the built-in one on Vim 8 and higher. | |||
2014-05-17 | Move JSON filetype detection to ftdetect directory | Teddy Wing | |
To keep things organised, use the .vim/ftdetect directory instead of my vimrc to set the JSON filetype. |