I am unable to get the theme to work when using Lazy.nvim. #637
Answered
by
SeleneCosmia
immortal521
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
SeleneCosmia
Oct 28, 2024
Replies: 1 comment
-
You need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
immortal521
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add
vim.cmd.colorscheme("tokyonight")
somewhere in your neovim config for it to be applied.