diff options
Diffstat (limited to 'lua/plugins/treesitter.lua')
| -rw-r--r-- | lua/plugins/treesitter.lua | 36 | 
1 files changed, 19 insertions, 17 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 6797338..38279ca 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -3,22 +3,24 @@ return {    -- treesitter    {      "nvim-treesitter/nvim-treesitter", -    ensure_installed = { -      "bash", -      "help", -      "html", -      "javascript", -      "json", -      "lua", -      "markdown", -      "markdown_inline", -      "python", -      "query", -      "regex", -      "tsx", -      "typescript", -      "vim", -      "yaml", -    }, +    -- opts = { +    --   ensure_installed = { +    --     "bash", +    --     "help", +    --     "html", +    --     "javascript", +    --     "json", +    --     "lua", +    --     "markdown", +    --     "markdown_inline", +    --     "python", +    --     "query", +    --     "regex", +    --     "tsx", +    --     "typescript", +    --     "vim", +    --     "yaml", +    --   }, +    -- },    },  }  | 
