diff --git a/lua/community.lua b/lua/community.lua index 6a2c04e..1401cb4 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -27,6 +27,8 @@ return { { import = "astrocommunity.editing-support.rainbow-delimiters-nvim" }, { import = "astrocommunity.editing-support.auto-save-nvim" }, { import = "astrocommunity.editing-support.refactoring-nvim" }, + { import = "astrocommunity.editing-support.vim-doge" }, -- docs generator + { import = "astrocommunity.editing-support.nvim-origami" }, -- fold key bindings -- { import = "astrocommunity.editing-support.wildfire-nvim" }, -- Vim:E523: Not allowed here broken @1729fac - Aug 21, 2023 - https://github.com/SUSTech-data/wildfire.nvim/commits/master/ -- file-explorer diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index e451c83..9f8c727 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -9,8 +9,8 @@ return { ---@type AstroUIOpts opts = { -- change colorscheme - -- colorscheme = "astrotheme", - colorscheme = "delek", + colorscheme = "astrotheme", + -- colorscheme = "delek", -- colorscheme = "astrodark", -- colorscheme = "astrolight", -- colorscheme = "everforest",