format all files

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-11-03 00:57:32 -05:00
parent 7adc3a8bf9
commit 0a17321086
26 changed files with 331 additions and 331 deletions

View file

@ -105,7 +105,6 @@ require("util").keymaps({
["<C-r>"] = { '"hy:%s/<C-r>h//g<left><left>', desc = "Replace current selection" },
[">"] = { "> gv", desc = "Indent selection" },
["<"] = { "< gv", desc = "Outdent selection" },
},
i = {
["<C-k>"] = { "<Up>", desc = "Up" },