From 87a215fa2e440f94e76e1623e305d4143f7ae7f3 Mon Sep 17 00:00:00 2001 From: Oliver Tosky Date: Sat, 19 Oct 2024 12:57:04 -0400 Subject: [PATCH] use ormolu as haskell formatter --- homes/_modules/editor/neovim/nvim/lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/_modules/editor/neovim/nvim/lua/plugins/lsp.lua b/homes/_modules/editor/neovim/nvim/lua/plugins/lsp.lua index c78f7cb..913bd2f 100644 --- a/homes/_modules/editor/neovim/nvim/lua/plugins/lsp.lua +++ b/homes/_modules/editor/neovim/nvim/lua/plugins/lsp.lua @@ -20,6 +20,7 @@ return { ["sh"] = { "shfmt" }, ["elixir"] = { "mix" }, ["nix"] = { "alejandra" }, + ["haskell"] = { "ormolu" }, }, }, },