fix(mappings): fix require typo
This commit is contained in:
@ -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",
|
||||||
-- },
|
-- },
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user