mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-17 07:53:40 -05:00
@@ -53,7 +53,7 @@ if get(g:, 'crystal_define_mappings', 1)
|
||||
nmap <buffer>gsc <Plug>(crystal-spec-run-current)
|
||||
endif
|
||||
|
||||
if &l:ofu ==# ''
|
||||
if &l:ofu ==# '' && get(g:, 'crystal_enable_completion', 1)
|
||||
setlocal omnifunc=crystal_lang#complete
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user