From a29fb071248aaeaacb0c808dbb3c0c5adbe4e7ef Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 27 Nov 2019 12:01:15 +0100 Subject: tabnine: fixup toml file --- user/modules/tabnine.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/modules/tabnine.nix b/user/modules/tabnine.nix index 3230bde7..dd4d7108 100644 --- a/user/modules/tabnine.nix +++ b/user/modules/tabnine.nix @@ -14,6 +14,7 @@ let '' remarshal -if json -of toml \ < ${pkgs.writeText "config.json" (builtins.toJSON cfg.lspConfig)} \ + | sed -e 's/^\["\(.*\)"\]/[\1]/' \ > $out ''; in -- cgit 1.4.1