Update .config/nvim/lua/config/lazy.lua
Update .config/nvim/lua/plugins/lazyvim.lua
This commit is contained in:
parent
41ff77ed81
commit
fea7fc04f5
2 changed files with 1 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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 -}}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue