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 = false, -- always use the latest git commit
|
||||||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
-- 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
|
checker = { enabled = false }, -- automatically check for plugin updates
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
|
|
|
@ -5,7 +5,7 @@ return {
|
||||||
{{ if eq .drapeau.colorscheme "rose-pine" -}}
|
{{ if eq .drapeau.colorscheme "rose-pine" -}}
|
||||||
colorscheme = "rose-pine-main",
|
colorscheme = "rose-pine-main",
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
colorscheme = {{ .drapeau.colorscheme | quote }},
|
colorscheme = {{ .drapeau.colors.name | quote }},
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue