dotfiles/home/.config/nvim/lua/pluginconf/treesitter.lua

7 lines
195 B
Lua
Raw Normal View History

require'nvim-treesitter.configs'.setup {
highlight = {enable = true},
indent = {enable = true},
incremental_selection = {enable = true},
context_commentstring = {enable = true}
}