Skip to content

Commit

Permalink
fix: missing config for lazyvim
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Mar 28, 2024
1 parent ff0bb80 commit 5e7ea9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
{
'LazyVim/LazyVim',
opts = function(_, opts)
opts.colorscheme = { 'nightfly' }
opts.colorscheme = { 'catppuccin-mocha' }
opts.icons = require('util.icons')
end,
},
Expand Down

0 comments on commit 5e7ea9e

Please sign in to comment.