mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
Proper colors in tmux, default xdg-desktop portal, and stupid grub themes
yeah that's about it I think
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user