Skip to content
Snippets Groups Projects
Verified Commit 7f1aa33d authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: added latex parser

parent 0483b6a6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ return { -- Highlight, edit, and navigate code
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', 'latex' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment