diff --git a/viml_conf/plugins.vim b/viml_conf/plugins.vim index 2f4bbf8..d07d702 100644 --- a/viml_conf/plugins.vim +++ b/viml_conf/plugins.vim @@ -58,20 +58,6 @@ let g:better_escape_interval = 200 """"""""""""""""""""""""""""vim-xkbswitch settings""""""""""""""""""""""""" let g:XkbSwitchEnabled = 1 -"""""""""""""""""""""""""""""" neoformat settings """"""""""""""""""""""" -let g:neoformat_enabled_python = ['black', 'yapf'] -let g:neoformat_cpp_clangformat = { - \ 'exe': 'clang-format', - \ 'args': ['--style="{IndentWidth: 4}"'] - \ } -let g:neoformat_c_clangformat = { - \ 'exe': 'clang-format', - \ 'args': ['--style="{IndentWidth: 4}"'] - \ } - -let g:neoformat_enabled_cpp = ['clangformat'] -let g:neoformat_enabled_c = ['clangformat'] - """""""""""""""""""""""""markdown-preview settings""""""""""""""""""" " Only setting this for suitable platforms if g:is_win || g:is_mac