[nvim] feat: add TreeSitter parses for C++, Python, LaTeX

This commit is contained in:
David JULIEN 2023-02-03 09:18:39 +01:00
parent 58f2ddf866
commit 2efc69cc16
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ return {
},
build = ":TSUpdate",
opts = {
ensure_installed = { "c", "lua", "rust", "bash", "vim" },
ensure_installed = {
"c", "cpp", "lua", "rust", "bash", "vim", "latex", "python",
},
highlight = {
enable = true,
},