refactor: treesitter config

This commit is contained in:
Moritz Böhme 2023-12-08 16:06:00 +01:00
parent c17d3f21d7
commit 360c8b155e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 50 additions and 19 deletions

View file

@ -1,10 +1 @@
require("nvim-treesitter.configs").setup({
sync_install = false,
auto_install = false,
highlight = {
enable = true,
},
context_commentstring = {
enable = true,
},
})
require("nvim-treesitter.configs").setup()