dotfiles/.vim/after/ftplugin/haskell.vim

2 lines
85 B
VimL

setlocal omnifunc=necoghc#omnifunc
let g:ycm_key_invoke_completion = '<Leader><TAB>'