This repository has been archived on 2025-01-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
opdavies.nvim/after/plugin/treesj.lua

11 lines
170 B
Lua
Raw Normal View History

local tsj = require "treesj"
tsj.setup {
use_default_keymaps = false,
}
local nmap = require "opdavies.keymap".nmap
nmap { "gJ", tsj.join }
nmap { "gS", tsj.split }