dotfiles/dot_vim/after/ftplugin/haskell.vim
2024-05-18 18:50:38 -07:00

2 lines
85 B
VimL

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