nvim: Remove auto format on save for Rust
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e2fbaecbbf
commit
519262d41f
1 changed files with 0 additions and 1 deletions
|
@ -559,7 +559,6 @@ call deoplete#custom#option({
|
|||
\ 'smart_case': v:true,
|
||||
\ })
|
||||
let g:deoplete#sources#rust#disable_keymap = 1
|
||||
let g:rustfmt_autosave = 1
|
||||
|
||||
" Use airline
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
|
Loading…
Reference in a new issue