Update for nvim v0.10

This commit is contained in:
Alexander Navarro 2024-06-11 08:29:31 -04:00
parent 7dadc3afd5
commit 6b2e261d8c
7 changed files with 147 additions and 94 deletions

View file

@ -83,9 +83,12 @@ return {
},
},
autotag = { enable = true },
context_commentstring = { enable = true, enable_autocmd = false },
})
require('ts_context_commentstring').setup {
enable_autocmd = false,
}
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"