Update nvim-treesitter config to use new ts_context_commentstring setup

This commit is contained in:
Guilherme Rigotti 2023-11-30 11:01:07 -03:00 committed by GitHub
parent 1bcf8bfd53
commit 28b85b9aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,12 +52,10 @@ return {
node_decremental = "<bs>",
},
},
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
context_commentstring = {
enable = true,
enable_autocmd = false,
},
})
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
require('ts_context_commentstring').setup {}
end,
},
}