" let g:neoformat_toml_tomlfix = { " \ 'exe': 'tomlfix', " \ 'args': ['-w'], " \ 'replace': 1, " \ } " let g:neoformat_enabled_toml = ['tomlfix']