Update treesitter-nvim.lua

This commit is contained in:
mTvare 2021-05-06 22:30:22 +05:30 committed by GitHub
parent e2dbec7496
commit 562bea6d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ ts_config.setup {
"lua",
"json",
"python"
-- "cpp",
-- "rust",
"cpp",
"rust",
},
highlight = {
enable = true,