From ddb678e56144b14c02bc1ef14120720079e9582a Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 25 Feb 2025 13:03:33 +0000 Subject: add vim, vimdoc to nvim-treesitter ensure_installed --- lua/plugins/nvim-treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins') diff --git a/lua/plugins/nvim-treesitter.lua b/lua/plugins/nvim-treesitter.lua index 5fc91d5..7bba53a 100644 --- a/lua/plugins/nvim-treesitter.lua +++ b/lua/plugins/nvim-treesitter.lua @@ -4,7 +4,7 @@ return { build = ":TSUpdate", config = function() require("nvim-treesitter.configs").setup({ - ensure_installed = { "lua", "python", "rust" }, + ensure_installed = { "vim", "vimdoc", "lua", "python", "rust" }, sync_install = false, highlight = { enable = true }, indent = { enable = true }, -- cgit v1.2.3