Compare commits

..

6 commits

View file

@ -10,6 +10,7 @@ return {
after = function()
---@diagnostic disable-next-line: missing-fields
require('nvim-treesitter.configs').setup({
auto_install = false,
highlight = { enable = true },
indent = { enable = true },
incremental_selection = {