Issue setting theme #57
Replies: 1 comment
-
I forgot I needed to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've just started using kickstart-nix.nvim and it's awesome, exactly what I was looking for as I've been learning Nix & NixOS.
The only issue I'm having is I cannot get the tokyonight colorscheme plugin to work:
If I run
:scriptnames
in Neovim (or checkhealth), I see all of my other plugins loaded and working, but not tokyonight. Similarly trying to do:colorscheme tokyonight
fails with "Cannot find color scheme 'tokyonight'".I've tried adding
require('tokyonight').setup()
to theplugins.lua
file with no difference.Does anyone have any ideas or encountered this issue before?
Beta Was this translation helpful? Give feedback.
All reactions