fix(mappings): Fix issue with wrong imports in commented out code
parent
e5ff5111a5
commit
ba2038a9c6
|
@ -12,11 +12,11 @@ return {
|
||||||
|
|
||||||
-- navigate buffer tabs with `H` and `L`
|
-- navigate buffer tabs with `H` and `L`
|
||||||
-- L = {
|
-- L = {
|
||||||
-- function() require("astronvim.utils.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 = "Next buffer",
|
-- desc = "Next buffer",
|
||||||
-- },
|
-- },
|
||||||
-- H = {
|
-- H = {
|
||||||
-- function() require("astronvim.utils.buffer").nav(-(vim.v.count > 0 and vim.v.count or 1)) end,
|
-- function() require("atsrocore.buffer").nav(-(vim.v.count > 0 and vim.v.count or 1)) end,
|
||||||
-- desc = "Previous buffer",
|
-- desc = "Previous buffer",
|
||||||
-- },
|
-- },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue