index
:
dotfiles.git
master
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nvim
/
lua
/
plugins
/
treesitter.lua
blob: 06536f36bdbe7bdb9c96c89de884e3d719af1360 (
plain
)
1
2
3
require
(
'nvim-treesitter.configs'
).
setup
{
highlight
= {
enable
=
true
}
}