mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:26:27 +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,
|
||||
\}
|
||||
|
||||
" Create shortcut for ALEFix
|
||||
nnoremap <F4> :ALEFix<CR>
|
||||
|
||||
" Enable asyncomplete
|
||||
Plug 'prabirshrestha/asyncomplete.vim'
|
||||
" Add ALE to asyncomplete
|
||||
|
Loading…
Reference in New Issue
Block a user