Update .config/nvim/lua/config/lazy.lua

Update .config/nvim/lua/plugins/lazyvim.lua
This commit is contained in:
punkfairie 2024-09-30 21:02:13 -07:00
parent 41ff77ed81
commit fea7fc04f5
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 1 additions and 4 deletions

View file

@ -68,9 +68,6 @@ require("lazy").setup({
version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver
},
{{ if eq .drapeau.colors.name "catppuccin" -}}
install = { colorscheme = { "catppuccin" } },
{{ end -}}
checker = { enabled = false }, -- automatically check for plugin updates
performance = {
rtp = {

View file

@ -5,7 +5,7 @@ return {
{{ if eq .drapeau.colorscheme "rose-pine" -}}
colorscheme = "rose-pine-main",
{{ else -}}
colorscheme = {{ .drapeau.colorscheme | quote }},
colorscheme = {{ .drapeau.colors.name | quote }},
{{ end -}}
},
},