Update .config/nvim/lua/plugins/lazyvim.lua
Update .config/packages/archgirlie
This commit is contained in:
parent
00d3c33167
commit
e5b291f3af
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,11 @@ return {
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
|
{{ if eq .drapeau.colorscheme "rose-pine" -}}
|
||||||
|
colorscheme = "rose-pine-main",
|
||||||
|
{{ else -}}
|
||||||
colorscheme = {{ .drapeau.colorscheme | quote }},
|
colorscheme = {{ .drapeau.colorscheme | quote }},
|
||||||
|
{{ end -}}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
amfora
|
amfora
|
||||||
|
|
Loading…
Reference in a new issue