feat: add TS Parsers for latex and verilog

This commit is contained in:
David JULIEN 2021-09-23 23:27:41 +02:00
parent b52234755e
commit 00bb07a373
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require("nvim-treesitter.configs").setup {
ensure_installed = { "c", "lua", "python", "bash" },
ensure_installed = { "c", "lua", "python", "bash", "latex", "verilog" },
ignore_install = { "javascript" },
highlight = {
enable = true,