Fix treesitter initialization

This commit is contained in:
Martin Larsson 2024-07-14 15:47:09 +02:00
parent 456fc0da59
commit 2fcf44dc3e

View file

@ -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
}