nvim: ftplugin: haskell: Clean up hoogle settings
Should have been cleaned up as part of 14ebb51f9f
.
This commit is contained in:
parent
93726f564c
commit
0981238a3c
1 changed files with 0 additions and 6 deletions
|
@ -61,9 +61,3 @@ if executable('ghcid')
|
||||||
else
|
else
|
||||||
let g:ghcid_command = 'stack exec -- ghcid'
|
let g:ghcid_command = 'stack exec -- ghcid'
|
||||||
endif
|
endif
|
||||||
if executable('hoogle')
|
|
||||||
let g:hoogle_search_bin = 'hoogle'
|
|
||||||
else
|
|
||||||
let g:hoogle_search_bin = 'stack exec -- hoogle'
|
|
||||||
endif
|
|
||||||
let g:hoogle_search_count = 30
|
|
||||||
|
|
Loading…
Reference in a new issue