feat: add TS Parsers for latex and verilog
This commit is contained in:
parent
b52234755e
commit
00bb07a373
@ -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,
|
||||
|
Reference in New Issue
Block a user