changed some things

This commit is contained in:
pika 2025-03-16 18:29:03 +01:00
parent fa153c97f6
commit a32e33117e
6 changed files with 62 additions and 53 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("material-darker")
-- 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 })