chore(nvim): transparent background

main
sudo pacman -Syu 2023-06-29 14:43:56 +07:00
parent 223ac6b028
commit 8c8b1a902d
2 changed files with 5 additions and 2 deletions

View File

@ -116,8 +116,6 @@ require("lazy").setup({
options = {
icons_enabled = false,
theme = "auto",
-- theme = "iceberg",
-- theme = "catppuccin",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
},
@ -263,6 +261,10 @@ require("lazy").setup({
config = function()
require("catppuccin").setup({
flavour = "mocha",
transparent_background = true,
integrations = {
mini = true,
},
})
end,
},

View File

@ -65,6 +65,7 @@ fi
# Alias
alias g="git"
alias moe="make"
alias meo="make"
# https://zellij.dev/documentation/faq.html
if command -v zellij &>/dev/null; then