mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
fantomas: init (#672)
This commit is contained in:
parent
315bc508ee
commit
8e34083935
2 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
|||
eslint_d = {
|
||||
package = pkgs.nodePackages.eslint_d;
|
||||
};
|
||||
fantomas = {
|
||||
package = pkgs.fantomas;
|
||||
};
|
||||
fnlfmt = {
|
||||
package = pkgs.fnlfmt;
|
||||
};
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
cbfmt.enable = true;
|
||||
eslint.enable = true;
|
||||
eslint_d.enable = true;
|
||||
fantomas.enable = true;
|
||||
fnlfmt.enable = true;
|
||||
fourmolu.enable = true;
|
||||
gofmt.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue