only smart-nav on gentoo, and not on other systems, same with tmux navigation

This commit is contained in:
2026-06-19 00:37:46 +02:00
parent 9d0e106178
commit 04d720f6c8
8 changed files with 96 additions and 80 deletions

View File

@@ -5,9 +5,9 @@ return
priority = 1000,
lazy = false,
config = function()
-- require("catppuccin").setup({
-- transparent_background = true,
-- })
require("catppuccin").setup({
transparent_background = true,
})
vim.cmd.colorscheme "catppuccin"
end