update config

master
blob42 1 year ago
parent 6fcaa2c7d5
commit a1d6714a9f

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

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

Loading…
Cancel
Save