diff options
| author | jdhao <jdhao@hotmail.com> | 2023-06-13 22:24:31 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-06-13 22:25:25 +0200 |
| commit | ee38046ebc83b5dc91739a9c2a8d60cd9725e206 (patch) | |
| tree | 47758bfe7c4b3b09063b18283bba2f136489bffc /lua | |
| parent | 6c873a32da5410b6accbe8da476e334e2918901f (diff) | |
Add folding support for JSON files
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 92759d3..ee07b83 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -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 |
