This commit is contained in:
QQ 2023-01-25 01:02:33 +08:00
parent 87f59ae9dd
commit 1d1beda5e0

View File

@ -1,4 +1,4 @@
local G,opt = require("G"), {noremap = true}
local G,opt = require("core.G"), {noremap = true}
G.map({
{'n', '<leader>y', '"+y', opt},