summaryrefslogtreecommitdiffstats
path: root/after/plugin/tsj.lua
blob: 8465a40c218d893b99b0b7da1f8525b91744f5ab (plain) (blame)
1
2
3
4
5
6
7
8
9
local status_ok, treesj = pcall(require, "treesj")
if not status_ok then
	return
end

treesj.setup {
  use_default_keymaps = false,
  max_join_length = 120,
}