fix(mappings): fix require typo
parent
f80d456010
commit
a3f12bbc69
|
@ -16,7 +16,7 @@ return {
|
||||||
-- desc = "Next buffer",
|
-- desc = "Next buffer",
|
||||||
-- },
|
-- },
|
||||||
-- H = {
|
-- H = {
|
||||||
-- function() require("atsrocore.buffer").nav(-(vim.v.count > 0 and vim.v.count or 1)) end,
|
-- function() require("astrocore.buffer").nav(-(vim.v.count > 0 and vim.v.count or 1)) end,
|
||||||
-- desc = "Previous buffer",
|
-- desc = "Previous buffer",
|
||||||
-- },
|
-- },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue