mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
4 lines
72 B
VimL
4 lines
72 B
VimL
if exists('&ofu')
|
|
setlocal omnifunc=nodejscomplete#CompleteJS
|
|
endif
|