diff options
-rw-r--r-- | user/modules/tabnine.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |