nvim: ftplugin: haskell: Clean up hoogle settings

Should have been cleaned up as part of 14ebb51f9f.
This commit is contained in:
Sanchayan Maity 2021-02-04 23:28:17 +05:30
parent 93726f564c
commit 0981238a3c

View file

@ -61,9 +61,3 @@ if executable('ghcid')
else
let g:ghcid_command = 'stack exec -- ghcid'
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