1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00
Files
.vim/bundle/git_vim-nodejs-complete/after/ftplugin/javascript.vim
2013-01-27 20:59:07 +01:00

4 lines
72 B
VimL

if exists('&ofu')
setlocal omnifunc=nodejscomplete#CompleteJS
endif