feat: support latex in treesitter configurations

This commit is contained in:
2024-11-23 14:25:49 -05:00
parent 81b22ad8b8
commit 4ae59dee6c
2 changed files with 13 additions and 9 deletions
+1
View File
@@ -39,6 +39,7 @@ return {
library = {
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
{ path = 'LazyVim', words = { 'LazyVim' } },
{ path = 'snacks.nvim', words = { 'Snacks' } },
{ path = 'lazy.nvim', words = { 'LazyVim' } },
-- Load the wezterm types when the `wezterm` module is required
-- Needs `justinsgithub/wezterm-types` to be installed