This commit is contained in:
pik4li 2024-12-26 21:49:32 +01:00
parent 668f278398
commit 31a0f94839
3 changed files with 11 additions and 11 deletions

View file

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