Add folding support for JSON files

This commit is contained in:
jdhao
2023-06-13 22:25:25 +02:00
parent 6c873a32da
commit ee38046ebc
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
require("nvim-treesitter.configs").setup {
ensure_installed = { "python", "cpp", "lua", "vim" },
ensure_installed = { "python", "cpp", "lua", "vim", "json" },
ignore_install = {}, -- List of parsers to ignore installing
highlight = {
enable = true, -- false will disable the whole extension