mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/user/lazy.lua: set catppuccin colorscheme
This commit is contained in:
parent
7d2de7d5fc
commit
aecab153cd
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ require("lazy").setup({
|
|||
{ import = "user.plugins.lang.vue" },
|
||||
{ import = "user.plugins.lang.markdown" },
|
||||
},
|
||||
install = {
|
||||
colorscheme = { "catppuccin", "habamax" },
|
||||
},
|
||||
pkg = {
|
||||
sources = {
|
||||
"lazy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue