removed: copilot

This commit is contained in:
pika 2025-03-11 22:57:27 +01:00
parent f58b2324ad
commit dd537dd8d2

View file

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