mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
style(treesj.lua): fix indentation and align key-value pairs for better readability
feat(treesj.lua): add max_join_length option to tsj.setup for configuring maximum join length feat(treesj.lua): add silent and noremap options to opts variable for better key mapping control
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
local tsj = require("treesj")
|
||||
|
||||
tsj.setup({
|
||||
use_default_keymaps = false,
|
||||
use_default_keymaps = false,
|
||||
max_join_length = 400,
|
||||
})
|
||||
|
||||
local opts = {}
|
||||
local opts = { silent = true, noremap = true }
|
||||
|
||||
opts.desc = "Toggle Treesitter Join"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user