Autoformat rust
This commit is contained in:
parent
3ba59a78ec
commit
114dec3505
1
init.vim
1
init.vim
|
@ -173,6 +173,7 @@ inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>"
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" CUSTOM THINGS DEPENDING ON ENV ####################################{{{
|
" CUSTOM THINGS DEPENDING ON ENV ####################################{{{
|
||||||
|
let g:rustfmt_autosave = 1
|
||||||
let g:ale_linters = {}
|
let g:ale_linters = {}
|
||||||
let g:ale_c_parse_compile_commands=1
|
let g:ale_c_parse_compile_commands=1
|
||||||
let g:ale_elm_ls_use_global = 1
|
let g:ale_elm_ls_use_global = 1
|
||||||
|
|
Loading…
Reference in New Issue