Skip to content

Colorscheme not applied via lazy config #2023

Answered by tony-sol
tony-sol asked this question in Q&A
Discussion options

You must be logged in to vote

Guess, i found a solution:

  1. Remove from lazy set up in init.lua
        install = {
                colorscheme = { 'habamax', 'tokyonight' },
        },
  1. Add after lazy set up in init.lua
local cmd = vim.cmd
cmd.coloscheme('tokyonight')

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tony-sol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant