mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: fixup for #2137
This commit is contained in:
parent
adc0b36069
commit
fbe478ae3f
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ return {
|
||||||
vim.fn.setreg("*", node.name, "c")
|
vim.fn.setreg("*", node.name, "c")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
["<space>"] = "none",
|
["<space>"] = "none",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue