update config

master
blob42 12 months ago
parent 6fcaa2c7d5
commit a1d6714a9f

@ -242,9 +242,10 @@ M.general = { --{{{
-- swappint up/down
["vU"] = { function()
vim.opt.opfunc = "v:lua.STSSwapUpNormal_Dot"
vim.opt.opfUnc = "v:lua.STSSwapUpNormal_Dot"
return "g@l"
end, "TS swap Up master node with sibling", opts = { expr = true } },
["<BS><Up>"] = { function()
vim.opt.opfunc = "v:lua.STSSwapUpNormal_Dot"
return "g@l"

@ -88,8 +88,7 @@ return {
lock = true,
opt = true,
cmd = { "TSPlayground*" },
commit = "460fe1b3e3b2971c52c5f02a7dbbb132f1f30584",
-- commit = "460fe1b3e3b2971c52c5f02a7dbbb132f1f30584",
},
["nvim-treesitter/nvim-treesitter-context"] = {

Loading…
Cancel
Save