fix issue

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-06 16:10:30 -06:00
parent 6b2b0c377a
commit 0505f0fb7f
2 changed files with 39 additions and 2 deletions

View file

@ -27,8 +27,8 @@ U.keymaps({
end,
desc = "Find Scratches",
},
{ "<leader>s", "<Nop>", desc = "Scratch File" },
["<leader>ss"] = {
{
"<leader>ss",
function()
scratch(".txt")
end,