From 7f95b2d529c9d2a8f2e4bb7c18756dfca7bb8d61 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 1 Sep 2023 09:31:45 -0400 Subject: ensure latex parser installed for treesitter --- nvim/lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 49ea257..82ab028 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" }, + ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex" }, auto_install = true, highlight = { enable = true, -- cgit v1.2.3