diff --git a/init.lua b/init.lua index fb34405..2b471bd 100644 --- a/init.lua +++ b/init.lua @@ -18,7 +18,8 @@ return { }, -- Set colorscheme to use - colorscheme = "astrodark", + -- colorscheme = "astrodark", + colorscheme = "catppuccin-latte", -- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on diagnostics = { @@ -81,5 +82,6 @@ return { -- ["~/%.config/foo/.*"] = "fooscript", -- }, -- } + -- vim.lsp.set_log_level('debug') end, } diff --git a/plugins/community.lua b/plugins/community.lua index 6918be5..f5a4917 100644 --- a/plugins/community.lua +++ b/plugins/community.lua @@ -4,6 +4,6 @@ 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" }, }