Commit 549fd68
fix(json): remove
* fix(pack.json): removes jsonc from ensure_installed options
Jsonc was removed from treesitter-nvim and is [not supported anymore](nvim-treesitter/nvim-treesitter#1997 (comment)). Trying to install it results on an error:
```
:TSInstallSync jsonc
Downloading tree-sitter-jsonc...
Creating temporary directory
Extracting tree-sitter-jsonc...
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error during tarball extraction.
Failed to execute the following command:
{
cmd = "tar",
err = "Error during tarball extraction.",
info = "Extracting tree-sitter-jsonc...",
opts = {
args = { "-xvzf", "tree-sitter-jsonc.tar.gz", "-C", "tree-sitter-jsonc-tmp" },
cwd = "/home/guel/.local/share/nvim"
}
}
Press ENTER or type command to continue
```
* docs: remove jsonc
---------
Co-authored-by: Uzair Aftab <[email protected]>jsonc parser from Treesitter (#1700)1 parent 3c4f762 commit 549fd68
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments