fix(mappings): fix require typo

pull/6/head
manuuurino 2024-01-03 19:18:02 +01:00 committed by Micah Halter
parent f80d456010
commit a3f12bbc69
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ return {
-- desc = "Next buffer",
-- },
-- 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",
-- },