[nvim] feat: add TreeSitter parses for C++, Python, LaTeX
This commit is contained in:
parent
58f2ddf866
commit
2efc69cc16
@ -11,7 +11,9 @@ return {
|
|||||||
},
|
},
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = { "c", "lua", "rust", "bash", "vim" },
|
ensure_installed = {
|
||||||
|
"c", "cpp", "lua", "rust", "bash", "vim", "latex", "python",
|
||||||
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user