summary refs log tree commit diff
path: root/.vim/after/ftplugin/toml.vim
blob: 03bf098eba3a26778623ff0fe3e5a14d6364b56b (plain) (blame)
1
2
3
4
5
6
" let g:neoformat_toml_tomlfix = {
"   \ 'exe': 'tomlfix',
"   \ 'args': ['-w'],
"   \ 'replace': 1,
"   \ }
" let g:neoformat_enabled_toml = ['tomlfix']