From aecab153cd3537925abbe96a93fabe991d39baa9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 11 Oct 2024 14:18:01 +0200 Subject: [PATCH] nvim/lua/user/lazy.lua: set catppuccin colorscheme --- nvim/lua/user/lazy.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/lua/user/lazy.lua b/nvim/lua/user/lazy.lua index 4f60163..aa7096d 100644 --- a/nvim/lua/user/lazy.lua +++ b/nvim/lua/user/lazy.lua @@ -37,6 +37,9 @@ require("lazy").setup({ { import = "user.plugins.lang.vue" }, { import = "user.plugins.lang.markdown" }, }, + install = { + colorscheme = { "catppuccin", "habamax" }, + }, pkg = { sources = { "lazy",