summaryrefslogtreecommitdiffstats
path: root/lua/Nanderty/Plugins/treesitter.lua
blob: 2eef668e6c6aea5409bc569e6a6a4192e5c5618f (plain)
1
2
3
4
5
6
7
8
9
10
require'nvim-treesitter.configs'.setup {
  ensure_installed = {"help", "javascript", "html", "css", "python", "cpp", "c", "lua", "php",},

  sync_install = false,

  highlight = {
    enable = true,

  },
}