feat: Remove support for stylish-haskell formatter
This commit is contained in:
parent
bbfc2f6f47
commit
ef3a9dbc2c
|
@ -18,7 +18,6 @@
|
|||
# Map of filetype to formatters.
|
||||
formatters_by_ft = {
|
||||
c = ["clang-format"];
|
||||
haskell = ["stylish-haskell"];
|
||||
lua = ["stylua"];
|
||||
nix = ["alejandra"];
|
||||
};
|
||||
|
@ -31,9 +30,6 @@
|
|||
clang-format = {
|
||||
command = lib.getExe' pkgs.clang-tools "clang-format";
|
||||
};
|
||||
stylish-haskell = {
|
||||
command = lib.getExe pkgs.stylish-haskell;
|
||||
};
|
||||
stylua = {
|
||||
command = lib.getExe pkgs.stylua;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue