This commit is contained in:
pika 2025-03-26 22:07:51 +01:00
parent b3d90826a8
commit 221c01e6e3
6 changed files with 298 additions and 124 deletions

View file

@ -6,7 +6,7 @@ require("pika.lazy")
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("oldschool")
vim.cmd.colorscheme("monet")
-- 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 })