Skip to content

Commit

Permalink
fix(neosolarized-nvim): Add missing dependencies (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Sep 19, 2023
1 parent c53ccf1 commit fdab800
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lua/astrocommunity/colorscheme/neosolarized-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
return { { "svrana/neosolarized.nvim", opts = { comment_italics = true, background_set = false } } }
return {
{
"svrana/neosolarized.nvim",
dependencies = {
"tjdevries/colorbuddy.nvim",
},
opts = { comment_italics = true, background_set = false },
},
}

0 comments on commit fdab800

Please sign in to comment.