Skip to content

Commit

Permalink
refactor!: leave colorscheme up to be set up later
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Nov 14, 2024
1 parent d694907 commit c072627
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/astroui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ function M.setup(opts)
end,
})

local colorscheme = M.config.colorscheme
if colorscheme and not pcall(vim.cmd.colorscheme, colorscheme) then
vim.notify(("Error setting up colorscheme: `%s`"):format(colorscheme), vim.log.levels.ERROR, { title = "AstroUI" })
end

require("astroui.lazygit").setup()
end

Expand Down

0 comments on commit c072627

Please sign in to comment.