Skip to content

Commit

Permalink
neovim: Fix ormolu haskell autoformatting
Browse files Browse the repository at this point in the history
The default settings appear broken, see:
dense-analysis/ale#4593
  • Loading branch information
jwoudenberg committed Oct 6, 2023
1 parent c6d5fab commit ec627f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/home-manager-modules/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ vim.g.ale_fixers = {
["zig"] = {"zigfmt"}
}

vim.g.ale_haskell_ormolu_options = "--stdin-input-file ." -- fix ormolu
vim.g.ale_fix_on_save = true
vim.g.ale_sign_error = ""
vim.g.ale_sign_warning = "!"
Expand Down

0 comments on commit ec627f1

Please sign in to comment.