feat: update nvim-treesitter to no longer require nvim-treesitter.configs
All checks were successful
ci / nix-fmt (push) Successful in 51s
All checks were successful
ci / nix-fmt (push) Successful in 51s
This commit is contained in:
parent
1fdeed6add
commit
54821b57eb
1 changed files with 0 additions and 6 deletions
|
|
@ -2,12 +2,6 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue