diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 8b7eabc..f3d1c9c 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -120,19 +120,12 @@ return { "nvim-treesitter/nvim-treesitter", opts = { ensure_installed = { - "bash", "html", "javascript", "json", - "lua", - "markdown", - "markdown_inline", - "python", - "query", "regex", "tsx", "typescript", - "vim", "yaml", }, },