1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/lazy.lua: set catppuccin colorscheme

This commit is contained in:
Henrik Hautakoski 2024-10-11 14:18:01 +02:00
parent 7d2de7d5fc
commit aecab153cd

View file

@ -37,6 +37,9 @@ require("lazy").setup({
{ import = "user.plugins.lang.vue" },
{ import = "user.plugins.lang.markdown" },
},
install = {
colorscheme = { "catppuccin", "habamax" },
},
pkg = {
sources = {
"lazy",