add vim-doge and nvim-origami
This commit is contained in:
parent
4dc77e6e92
commit
ca66ef7676
2 changed files with 4 additions and 2 deletions
|
@ -27,6 +27,8 @@ return {
|
||||||
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.refactoring-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/
|
-- { 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
|
-- file-explorer
|
||||||
|
|
|
@ -9,8 +9,8 @@ return {
|
||||||
---@type AstroUIOpts
|
---@type AstroUIOpts
|
||||||
opts = {
|
opts = {
|
||||||
-- change colorscheme
|
-- change colorscheme
|
||||||
-- colorscheme = "astrotheme",
|
colorscheme = "astrotheme",
|
||||||
colorscheme = "delek",
|
-- colorscheme = "delek",
|
||||||
-- colorscheme = "astrodark",
|
-- colorscheme = "astrodark",
|
||||||
-- colorscheme = "astrolight",
|
-- colorscheme = "astrolight",
|
||||||
-- colorscheme = "everforest",
|
-- colorscheme = "everforest",
|
||||||
|
|
Loading…
Reference in a new issue