mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 12:34:37 +02:00
fix: fixup for #2137
This commit is contained in:
parent
adc0b36069
commit
fbe478ae3f
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ return {
|
||||||
local node = state.tree:get_node()
|
local node = state.tree:get_node()
|
||||||
vim.fn.setreg("*", node.name, "c")
|
vim.fn.setreg("*", node.name, "c")
|
||||||
end,
|
end,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue