diff --git a/plugins.vim b/plugins.vim index e70714f..d411bd7 100644 --- a/plugins.vim +++ b/plugins.vim @@ -638,11 +638,11 @@ let g:ale_sign_warning = '!' let g:neoformat_enabled_python = ['black', 'yapf'] let g:neoformat_cpp_clangformat = { \ 'exe': 'clang-format', - \ 'args': ['--style="{IndentWidth: 4}"'] + \ 'args': ['--style="{IndentWidth: 4}"'] \} let g:neoformat_c_clangformat = { \ 'exe': 'clang-format', - \ 'args': ['--style="{IndentWidth: 4}"'] + \ 'args': ['--style="{IndentWidth: 4}"'] \} let g:neoformat_enabled_cpp = ['clangformat']