tabnine: fixup toml file
1 file changed, 1 insertion(+), 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