You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to suppress unused top level functions. I have added let g:ghcmod_ghc_options = ['-Wno-unused-top-binds']
to .vimrc, and to the ghcmod.vim files in ghcmod-vim/after/ftplugin/lhaskell, ghcmod-vim/autoload and ghcmod-vim/plugin/, but it does not seem to work.
The text was updated successfully, but these errors were encountered:
I want to suppress unused top level functions. I have added
let g:ghcmod_ghc_options = ['-Wno-unused-top-binds']
to
.vimrc
, and to theghcmod.vim
files inghcmod-vim/after/ftplugin/lhaskell
,ghcmod-vim/autoload
andghcmod-vim/plugin/
, but it does not seem to work.The text was updated successfully, but these errors were encountered: