Created
March 22, 2016 21:02
-
-
Save jpleau/9c0da245f365c0fbde89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if !exists('g:neocomplete#force_omni_input_patterns') | |
let g:neocomplete#force_omni_input_patterns = {} | |
endif | |
let g:neocomplete#force_omni_input_patterns.javascript = '[^. \t]\.\w*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment