diff options
Diffstat (limited to 'lua/plugins/treesitter.lua')
| -rw-r--r-- | lua/plugins/treesitter.lua | 26 | 
1 files changed, 0 insertions, 26 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua deleted file mode 100644 index 38279ca..0000000 --- a/lua/plugins/treesitter.lua +++ /dev/null @@ -1,26 +0,0 @@ -return { - -  -- treesitter -  { -    "nvim-treesitter/nvim-treesitter", -    -- opts = { -    --   ensure_installed = { -    --     "bash", -    --     "help", -    --     "html", -    --     "javascript", -    --     "json", -    --     "lua", -    --     "markdown", -    --     "markdown_inline", -    --     "python", -    --     "query", -    --     "regex", -    --     "tsx", -    --     "typescript", -    --     "vim", -    --     "yaml", -    --   }, -    -- }, -  }, -}  | 
