1
0
nvim-config/after/ftplugin/haskell.vim
2016-04-20 18:11:44 +02:00

10 lines
208 B
VimL

"set tabstop=8
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