--- /dev/null
+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",
+ },
+ },
+ },
+}