This commit is contained in:
pika 2025-02-15 18:01:18 +01:00
parent 8ac4504621
commit 4b1f8f3c1e
4 changed files with 27 additions and 3 deletions

View file

@ -6,7 +6,7 @@ require("pika.lazy")
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("gruvbox-material")
vim.cmd.colorscheme("nekonight-shades-of-purple-dark")
-- 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 })