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

@ -35,9 +35,8 @@ end
if get_system_theme() == 'dark' then
vim.o.background = 'dark'
vim.cmd.colorscheme("catppuccin")
vim.cmd.colorscheme("rose-pine")
else
vim.o.background = 'light'
-- vim.cmd.colorscheme("rose-pine")
vim.cmd.colorscheme("catppuccin")
vim.cmd.colorscheme("rose-pine")
end

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