Proper colors in tmux, default xdg-desktop portal, and stupid grub themes

yeah that's about it I think
This commit is contained in:
foreverpyrite
2025-10-13 14:26:54 +00:00
parent 05d7845b60
commit dc50c31012
87 changed files with 137 additions and 29 deletions

View File

@@ -4,6 +4,10 @@ require("config.lazy")
-- Unfortunately, the file paths are too long and break things
vim.loader.enable(false)
-- Colors for Neovide & Tmux
vim.o.termguicolors = true
vim.cmd("colorscheme catppuccin-mocha")
-- Clipboard (hopefully, right now my clipboard provider is tmux ig so...)
vim.o.clipboard = "unnamedplus"
vim.api.nvim_set_keymap("", "<D-v>", "+p<CR>", { noremap = true, silent = true })