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

  sync_install = false,

  highlight = {
    enable = true,

  },
}