addet: colorscheme, git signs and merge tool helper

This commit is contained in:
pika 2025-03-17 13:22:05 +01:00
parent 214141ac85
commit 91efc5bfcd
6 changed files with 231 additions and 70 deletions

View file

@ -6,7 +6,7 @@ require("pika.lazy")
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("monet")
vim.cmd.colorscheme("oldschool")
-- Keybind for saving clipboard screenshot and inserting a Markdown link
vim.api.nvim_set_keymap("n", "<leader>ps", ":lua SaveScreenshotAndInsertLink()<CR>", { noremap = true, silent = true })