Fix treesitter initialization
This commit is contained in:
parent
456fc0da59
commit
2fcf44dc3e
1 changed files with 59 additions and 57 deletions
|
|
@ -13,7 +13,8 @@ return {
|
|||
},
|
||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||
},
|
||||
opts = {
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = {
|
||||
"vim",
|
||||
"vimdoc",
|
||||
|
|
@ -74,5 +75,6 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue