Use stack for intero-neovim
This commit is contained in:
parent
3a053ca5c7
commit
4457d21b1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user