1
0

disable haskell-vim omnifunc

This commit is contained in:
valeth 2016-04-20 18:11:44 +02:00
parent 0b0f82daef
commit 88e0b5137a

View File

@ -3,3 +3,7 @@ set expandtab
set softtabstop=4
set shiftwidth=4
set shiftround
" Disable haskell-vim omnifunc
let g:haskellmode_completion_ghc = 0
autocmd FileType haskell setlocal omnifunc=necoghc#omnifunc