disable haskell-vim omnifunc
This commit is contained in:
parent
0b0f82daef
commit
88e0b5137a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user