diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua new file mode 100644 index 0000000..9361144 --- /dev/null +++ b/lua/plugins/colorscheme.lua @@ -0,0 +1,10 @@ +return { + { "catppuccin/nvim" }, + + { + "LazyVim/LazyVim", + opts = { + colorscheme = "catppuccin", + }, + }, +}