add(fish): use stack instead ^^

This commit is contained in:
Léana 江 2023-11-24 19:26:41 +01:00 committed by Léana 江
parent 58fed3521e
commit 1802f4a4a3
3 changed files with 12 additions and 16 deletions

View file

@ -270,8 +270,8 @@ vim.g.haskell_tools = {
end,
default_settings = {
haskell = {
formattingProvider = "fourmolu",
-- formattingProvider = "stylish-haskell",
-- formattingProvider = "fourmolu",
formattingProvider = "stylish-haskell",
},
},
},