|
|
@@ -5,7 +5,7 @@ au FileType json setlocal equalprg=python\ -m\ json.tool
|
|
|
au BufNewFile,BufRead *.yaml,*.yml so ~/.vim/plugged/yaml.vim/colors/yaml.vim
|
|
|
|
|
|
" `.conf` and `.ini` files should not force text to the next line.
|
|
|
-au BufEnter *.conf *.ini setlocal textwidth=0
|
|
|
+au BufEnter *.conf,*.ini setlocal textwidth=0
|
|
|
|
|
|
" Load coffee script plugin for literate coffeescript files as well
|
|
|
autocmd FileType litcoffee runtime ftplugin/coffee.vim
|