nvim: plugin_settings: Disable smart edit for suda
See issue https://github.com/lambdalisue/suda.vim/issues/18
This commit is contained in:
parent
39e9b824a6
commit
2f8acc928a
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@ let g:gitgutter_sign_removed = '-r'
|
||||||
let g:gitgutter_sign_removed_first_line = '^^'
|
let g:gitgutter_sign_removed_first_line = '^^'
|
||||||
let g:gitgutter_sign_modified_removed = 'mr'
|
let g:gitgutter_sign_modified_removed = 'mr'
|
||||||
|
|
||||||
" suda vim
|
|
||||||
let g:suda_smart_edit = 1
|
|
||||||
|
|
||||||
" Automatically detect style file and apply style to formatting
|
" Automatically detect style file and apply style to formatting
|
||||||
let g:clang_format#detect_style_file = 1
|
let g:clang_format#detect_style_file = 1
|
||||||
" For workspace
|
" For workspace
|
||||||
|
|
Loading…
Reference in a new issue