use maple font

This commit is contained in:
js0ny 2025-10-31 04:09:25 +00:00
parent 1bbdd77d5c
commit 16ab036322
18 changed files with 222 additions and 32 deletions

View file

@ -71,9 +71,9 @@ return {
},
},
-- stylua: ignore end
explorer = {
enabled = true,
},
-- explorer = {
-- enabled = true,
-- },
indent = { enabled = true },
input = { enabled = true },
notifier = { enabled = true },
@ -88,13 +88,13 @@ return {
img_dirs = { "90 - System/Assets" },
},
},
keys = {
{
"<leader>ft",
function()
require("snacks").explorer()
end,
desc = "Toggle File Explorer",
},
},
-- keys = {
-- {
-- "<leader>ft",
-- function()
-- require("snacks").explorer()
-- end,
-- desc = "Toggle File Explorer",
-- },
-- },
}