Skip to content
New issue

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

not working with default install #16

Open
arjunkathuria opened this issue May 31, 2022 · 3 comments
Open

not working with default install #16

arjunkathuria opened this issue May 31, 2022 · 3 comments

Comments

@arjunkathuria
Copy link

arjunkathuria commented May 31, 2022

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)))
@vyorkin
Copy link
Owner

vyorkin commented May 31, 2022

Which version of ormolu are you using? Does updating ormolu help?

(Related to #15)

@arjunkathuria
Copy link
Author

@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

@FFFluoride
Copy link

I also have an issue where it just says Searching for program: No such file or directory, ormolu in the error buffer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants