From a3f12bbc696dc3743b9043f153092d3127dc3c93 Mon Sep 17 00:00:00 2001 From: manuuurino <2855338+manuuurino@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:18:02 +0100 Subject: [PATCH] fix(mappings): fix require typo --- lua/plugins/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/mappings.lua b/lua/plugins/mappings.lua index e5af228..1fdab9d 100644 --- a/lua/plugins/mappings.lua +++ b/lua/plugins/mappings.lua @@ -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", -- },