Deoplete magic for .go files.

master
blallo 2019-05-13 16:05:18 +02:00
parent 81ff53f2b0
commit 254203a3df
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -146,6 +146,7 @@ let g:airline#extensions#ale#enabled = 1
""" deoplete
" let g:deoplete#sources = {'go': ['deoplete-go'], 'python': ['deoplete-jedi']}
call deoplete#custom#option('omni_patterns', { 'go': '[^. *\t]\.\w*' })
""" Themes and colors