9 lines
193 B
VimL
9 lines
193 B
VimL
set expandtab
|
|
set shiftwidth=4
|
|
set softtabstop=4
|
|
set shiftround
|
|
|
|
" Disable haskell-vim omnifunc
|
|
let g:haskellmode_completion_ghc = 0
|
|
autocmd FileType haskell setlocal omnifunc=necoghc#omnifunc
|