add(nvim): tabularize !

This commit is contained in:
Léana 江 2023-10-13 10:38:37 +02:00 committed by Léana 江
parent 173a69d947
commit 1aaf71e1b3
3 changed files with 22 additions and 19 deletions

View file

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