This commit is contained in:
js0ny 2025-11-12 13:27:37 +00:00
parent d4fc7e2249
commit 6b6107d8d2
13 changed files with 83 additions and 18 deletions

View file

@ -38,6 +38,9 @@ local bufmap = {
sh = {
{ mode = "n", keys = "<leader>mx", cmd = "<cmd>!chmod u+x %<CR>", opt = { desc = "Mark the file as executable" } },
},
json = {
{ mode = "n", keys ="<leader>mp", cmd = "<cmd>%!jq", opt = { desc = "Prettify json"} }
},
}
-- Shallow copy