dotfiles/modules/programs/nvim/plugins/lua/nvim-treesitter.lua

11 lines
186 B
Lua
Raw Normal View History

2023-06-10 21:52:57 +02:00
require("nvim-treesitter.configs").setup({
sync_install = false,
auto_install = false,
highlight = {
enable = true,
},
context_commentstring = {
enable = true,
},
2023-06-10 21:52:57 +02:00
})