Closed dakom closed 6 years ago
Looking at your dotfiles fixed it ;)
let g:deoplete#complete_method = "omnifunc"
let g:deoplete#omni_patterns = {}
let g:deoplete#omni_patterns.purescript = ['\w*']
let g:deoplete#omni#input_patterns = {}
let g:deoplete#omni#input_patterns.purescript = '[.\w]+'
See for example:
I tried various combinations of plugins... right now it's using Deoplete and syntastic