From 4548c50b83e1629821d47f7fefb1c666e6210aaa Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:52:57 +0100 Subject: fix(nvim): correct reversed lhs/rhs in Treewalker SwapUp mapping In lazy.nvim key specs the first element is lhs (key) and second is rhs (action). These were swapped, making the mapping broken. --- home/.config/nvim/lua/custom/plugins/ts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.config/nvim') diff --git a/home/.config/nvim/lua/custom/plugins/ts.lua b/home/.config/nvim/lua/custom/plugins/ts.lua index 0b0d9f3..9bafc60 100644 --- a/home/.config/nvim/lua/custom/plugins/ts.lua +++ b/home/.config/nvim/lua/custom/plugins/ts.lua @@ -31,8 +31,8 @@ return { desc = "Moves to the next node down that's indented further than the current node", }, { - "Treewalker SwapUp", "", + "Treewalker SwapUp", silent = true, desc = "Swaps the highest node on the line upwards in the document", }, -- cgit v1.2.3-70-g09d2