Use stack for intero-neovim

This commit is contained in:
Julian Ospald 2018-06-14 21:09:03 +02:00
parent 3a053ca5c7
commit 4457d21b1f
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 6 deletions

View File

@ -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