From 96100ebcdaa25aadd88bafaf844db350f4b628dd Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 13 Aug 2023 14:18:49 +0200 Subject: [PATCH] theme change to catppuccin --- init.lua | 3 ++- plugins/community.lua | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index fb34405..002206a 100644 --- a/init.lua +++ b/init.lua @@ -18,7 +18,8 @@ return { }, -- Set colorscheme to use - colorscheme = "astrodark", + -- colorscheme = "astrodark", + colorscheme = "catppuccin", -- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on diagnostics = { diff --git a/plugins/community.lua b/plugins/community.lua index c063e02..d64eb56 100644 --- a/plugins/community.lua +++ b/plugins/community.lua @@ -4,7 +4,7 @@ return { -- example of imporing a plugin, comment out to use it or add your own -- available plugins can be found at https://github.com/AstroNvim/astrocommunity - -- { import = "astrocommunity.colorscheme.catppuccin" }, + { import = "astrocommunity.colorscheme.catppuccin" }, -- { import = "astrocommunity.completion.copilot-lua-cmp" }, -- { import = "astrocommunity.pack.typescript" }, -- { import = "astrocommunity.pack.markdown" },