some fixes to treesitter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
lazy = true,
|
||||
branch = "master",
|
||||
build = ":TSUpdate",
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
config = function()
|
||||
@@ -11,6 +11,7 @@ return {
|
||||
ensure_installed = { "python", "lua", "json", "yaml", "javascript", "typescript" },
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
folding = { enable = true },
|
||||
})
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user