tabnine: fixup toml file
Alan Pearce alan@alanpearce.eu
Wed, 27 Nov 2019 12:01:15 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/modules/tabnine.nix → user/modules/tabnine.nix
@@ -14,6 +14,7 @@ } '' remarshal -if json -of toml \ < ${pkgs.writeText "config.json" (builtins.toJSON cfg.lspConfig)} \ + | sed -e 's/^\["\(.*\)"\]/[\1]/' \ > $out ''; in