10 lines
164 B
Lua
10 lines
164 B
Lua
require("nvim-treesitter.configs").setup({
|
|
ensure_installed = "maintained",
|
|
highlight = {
|
|
enable = true,
|
|
},
|
|
context_commentstring = {
|
|
enable = true,
|
|
},
|
|
})
|