mrcjkb / haskell-tools.nvim

🦥 Supercharge your Haskell experience in neovim!
GNU General Public License v2.0
470 stars 19 forks source link

fix(hoogle): make curl silent #310

Closed AntonVucinic closed 10 months ago

AntonVucinic commented 10 months ago

Fix #309. There was a typo in the issue text where I said to add the -q option, the correct option is -s/--silent so I added the longer one for readability.

github-actions[bot] commented 10 months ago

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

If applicable:

mrcjkb commented 10 months ago

Thanks :smile:

mrcjkb commented 10 months ago

@all-contributors please add @AntonVucinic for code

allcontributors[bot] commented 10 months ago

@mrcjkb

I've put up a pull request to add @AntonVucinic! :tada:

mrcjkb commented 10 months ago

Ah, I will have to fix one of the specs...

AntonVucinic commented 10 months ago

Sorry for not testing locally I really thought there was no way it could possibly fail

mrcjkb commented 10 months ago

Sorry for not testing locally I really thought there was no way it could possibly fail

That's fine. You need nix to test this locally, anyways :smile: