chore(nvim): transparent background
parent
223ac6b028
commit
8c8b1a902d
|
@ -116,8 +116,6 @@ require("lazy").setup({
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
icons_enabled = false,
|
||||||
theme = "auto",
|
theme = "auto",
|
||||||
-- theme = "iceberg",
|
|
||||||
-- theme = "catppuccin",
|
|
||||||
component_separators = { left = "", right = "" },
|
component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
|
@ -263,6 +261,10 @@ require("lazy").setup({
|
||||||
config = function()
|
config = function()
|
||||||
require("catppuccin").setup({
|
require("catppuccin").setup({
|
||||||
flavour = "mocha",
|
flavour = "mocha",
|
||||||
|
transparent_background = true,
|
||||||
|
integrations = {
|
||||||
|
mini = true,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
@ -65,6 +65,7 @@ fi
|
||||||
# Alias
|
# Alias
|
||||||
alias g="git"
|
alias g="git"
|
||||||
alias moe="make"
|
alias moe="make"
|
||||||
|
alias meo="make"
|
||||||
|
|
||||||
# https://zellij.dev/documentation/faq.html
|
# https://zellij.dev/documentation/faq.html
|
||||||
if command -v zellij &>/dev/null; then
|
if command -v zellij &>/dev/null; then
|
||||||
|
|
Loading…
Reference in New Issue