summaryrefslogtreecommitdiff
path: root/nvim/lua/config/treesitter.lua
blob: 4b0360fa1afff6f118dbf32fdb3fc0950891410f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
  ensure_installed = { 
    "lua",
    "vim",
    "vimdoc",
  },

  highlight = {
    enable = true,
    use_languagetree = true,
  },

  indent.enable = true,
}