tmux + catppuccin mostly

This commit is contained in:
2025-12-19 15:22:07 +01:00
parent 93d98e3001
commit 05429407db
19 changed files with 962 additions and 768 deletions

View File

@@ -14,5 +14,9 @@ return {
indentscope_color = "",
},
}
}
},
config = function()
require("catppuccin").setup({})
vim.cmd.colorscheme("catppuccin")
end
}