]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/nvim-treesitter.lua
lazyvim: absorb treesitter plugins
[dotfiles.git] / nvim / lua / plugins / nvim-treesitter.lua
diff --git a/nvim/lua/plugins/nvim-treesitter.lua b/nvim/lua/plugins/nvim-treesitter.lua
deleted file mode 100644 (file)
index 8b87f09..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-return {
-  -- add more treesitter parsers
-  {
-    "nvim-treesitter/nvim-treesitter",
-    opts = {
-      -- overwrites the settings from LazyVim
-      ensure_installed = {
-        "bash",
-        "c",
-        "html",
-        "json",
-        "lua",
-        "markdown",
-        "markdown_inline",
-        "python",
-        "regex",
-        "vim",
-        "vimdoc",
-        "yaml",
-      },
-    },
-  },
-}