summaryrefslogblamecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
blob: ff02ec4b9972dfb245ab07bf806f48801bf0e4c4 (plain) (tree)
1
2
3
4
5




                                         
require('nvim-treesitter.configs').setup{
	ensure_installed = 'all',
	ignore_install = { 'phpdoc' },
	highlight = { enable = true }
}