We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm repeatedly running into the issue
Invalid option `--stdin-input-file'`
when trying to format buffer, which i think is set by default ?
setup config is simple and is mentioned below in it's entirety
(use-package ormolu ;; :hook (haskell-mode . ormolu-format-on-save-mode) :bind (:map haskell-mode-map ("C-c r" . ormolu-format-buffer)))
The text was updated successfully, but these errors were encountered:
Which version of ormolu are you using? Does updating ormolu help?
ormolu
(Related to #15)
Sorry, something went wrong.
@vyorkin
$ ormolu --version ormolu 0.5.0.0 UNKNOWN UNKNOWN using ghc-lib-parser 9.2.2.20220307
updating doesn't help since this is the latest version i believe
I also have an issue where it just says Searching for program: No such file or directory, ormolu in the error buffer
Searching for program: No such file or directory, ormolu
No branches or pull requests
i'm repeatedly running into the issue
when trying to format buffer, which i think is set by default ?
setup config is simple and is mentioned below in it's entirety
The text was updated successfully, but these errors were encountered: