mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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.vue" },
|
||||||
{ import = "user.plugins.lang.markdown" },
|
{ import = "user.plugins.lang.markdown" },
|
||||||
},
|
},
|
||||||
|
install = {
|
||||||
|
colorscheme = { "catppuccin", "habamax" },
|
||||||
|
},
|
||||||
pkg = {
|
pkg = {
|
||||||
sources = {
|
sources = {
|
||||||
"lazy",
|
"lazy",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue