mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Use ALE completion
This commit is contained in:
parent
d787ed915b
commit
f390f07028
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -67,6 +67,9 @@ let g:ale_sign_warning = '⚠'
|
|||
let g:ale_ruby_rubocop_executable = 'bundle'
|
||||
let g:go_fmt_command = "goimports"
|
||||
|
||||
let g:ale_completion_enabled = 1
|
||||
set omnifunc=ale#completion#OmniFunc
|
||||
|
||||
" Ignore some files
|
||||
set wildignore+=*.o,*.obj
|
||||
set wildignore+=.git,.svn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue