5 lines
98 B
Lua
5 lines
98 B
Lua
require("nvim-treesitter.configs").setup({
|
|
context_commentstring = {
|
|
enable = true,
|
|
},
|
|
})
|