changes
This commit is contained in:
parent
668f278398
commit
31a0f94839
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{ "folke/tokyonight.nvim" },
|
||||
-- { "catppuccin/nvim", name = "catppuccin" },
|
||||
{ "EdenEast/nightfox.nvim" },
|
||||
{ "DanWlker/primeppuccin", name = "primeppuccin" },
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
{ "AlexvZyl/nordic.nvim" },
|
||||
|
@ -22,6 +23,9 @@ return {
|
|||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"sainnhe/gruvbox-material",
|
||||
},
|
||||
{
|
||||
"scottmckendry/cyberdream.nvim",
|
||||
name = "cyberdream",
|
||||
|
@ -34,8 +38,6 @@ return {
|
|||
},
|
||||
{
|
||||
"ribru17/bamboo.nvim",
|
||||
-- config = function()
|
||||
-- require("bamboo").setup({
|
||||
opts = {
|
||||
-- ────────────────────────────< optional configuration here >─────────────────────────
|
||||
code_style = {
|
||||
|
@ -54,7 +56,5 @@ return {
|
|||
["@comment"] = { fg = "#555653" },
|
||||
},
|
||||
},
|
||||
-- })
|
||||
-- end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue