mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
plugins/none-ls: disable fantomas test for darwin
This commit is contained in:
parent
283c46624c
commit
9004ffe32f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
# Empty configuration
|
# Empty configuration
|
||||||
empty = {
|
empty = {
|
||||||
plugins.none-ls.enable = true;
|
plugins.none-ls.enable = true;
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
cbfmt.enable = true;
|
cbfmt.enable = true;
|
||||||
eslint.enable = true;
|
eslint.enable = true;
|
||||||
eslint_d.enable = true;
|
eslint_d.enable = true;
|
||||||
fantomas.enable = true;
|
fantomas.enable = pkgs.stdenv.isLinux;
|
||||||
fnlfmt.enable = true;
|
fnlfmt.enable = true;
|
||||||
fourmolu.enable = true;
|
fourmolu.enable = true;
|
||||||
gofmt.enable = true;
|
gofmt.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue