summaryrefslogtreecommitdiff
path: root/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
authorFolke Lemaitre <folke.lemaitre@gmail.com>2023-01-09 10:53:23 +0100
committerFolke Lemaitre <folke.lemaitre@gmail.com>2023-01-09 10:53:23 +0100
commitecf7a83181714e55f3bf8bf374cda3d2072f419d (patch)
treef76c4cd38900d89815f7214696f09028e920f2dc /lua/plugins/treesitter.lua
parente6e661301187ec5b7016071cf8dccb0b93517d79 (diff)
refactor: better examples
Diffstat (limited to 'lua/plugins/treesitter.lua')
-rw-r--r--lua/plugins/treesitter.lua26
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",
- -- },
- -- },
- },
-}