mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:27:35 +00:00
Add shortcut for ALEFix
This commit is contained in:
parent
8b23380279
commit
54d9793902
@ -83,6 +83,9 @@ elseif has('nvim') || v:version >= 800
|
|||||||
\ 'javascript': s:ale_pretty_trim_fixer,
|
\ 'javascript': s:ale_pretty_trim_fixer,
|
||||||
\}
|
\}
|
||||||
|
|
||||||
|
" Create shortcut for ALEFix
|
||||||
|
nnoremap <F4> :ALEFix<CR>
|
||||||
|
|
||||||
" Enable asyncomplete
|
" Enable asyncomplete
|
||||||
Plug 'prabirshrestha/asyncomplete.vim'
|
Plug 'prabirshrestha/asyncomplete.vim'
|
||||||
" Add ALE to asyncomplete
|
" Add ALE to asyncomplete
|
||||||
|
Loading…
Reference in New Issue
Block a user