From fbe478ae3f84ff842d18ff880af5842a50ee8e50 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 21 Jan 2024 20:02:11 +0100 Subject: [PATCH] fix: fixup for #2137 --- lua/lazyvim/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 153cb786..f96fff9a 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -62,6 +62,7 @@ return { local node = state.tree:get_node() vim.fn.setreg("*", node.name, "c") end, + }, }, window = { mappings = {