fix(mappings): fix require typo
parent
9d7c0e0b25
commit
63108b1d96
|
@ -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