diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 63b2c88..0539e7a 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -76,12 +76,11 @@ let g:vim_annotations_offset = '/.liquid/' if has("nvim") let g:ale_enabled = 0 - let g:intero_backend = { - \ 'command': 'cabal new-repl', - \ 'options': '', - \ 'cwd': expand('%:p:h'), - \} - + " let g:intero_backend = { + " \ 'command': 'cabal new-repl', + " \ 'options': '', + " \ 'cwd': expand('%:p:h'), + " \} " Intero starts automatically. Set this if you'd like to prevent that. let g:intero_start_immediately = 1