From d3d3d729a71820fc2a74ef44c055bf8dbb7cf8e7 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Tue, 18 Jun 2024 14:27:49 -0400 Subject: add vim to ts parser list --- nvim/lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 82ab028..88e47ca 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -2,7 +2,7 @@ return { 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate', opts = { - ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex" }, + ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex", "vim" }, auto_install = true, highlight = { enable = true, -- cgit v1.2.3