From edd3240b6c576d3abcf37bd4a9a4934ed7209bc1 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Sun, 9 Jun 2024 12:08:40 +0200 Subject: fixes --- lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/treesitter.lua') diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index b24df01..11cdaa0 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -12,7 +12,7 @@ return { ignore_install = { 'latex' }, highlight = { enable = true, - additional_vim_regex_highlighting = { 'tex' }, + additional_vim_regex_highlighting = { 'latex' }, }, indent = { enable = true, disable = { 'python' } }, ensure_installed = { -- cgit v1.2.3