aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/lua/plugins/nvim-tree.lua
blob: c2499d8302b261d4527c61f15a73a6ffec2b1d7f (plain)
1
2
3
4
5
6
7
require("nvim-tree").setup {
  git = {
    enable = true,
    ignore = false,
    timeout = 500
  }
}