kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Doesn't recognize onedark color scheme

Open 1103-Guyer-Josiah opened this issue 3 years ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

Error detected while processing :source (no file): E5108: Error executing lua [string ":source (no file)"]:123: Vim(colorscheme):E185: Cannot find color scheme 'onedark' stack traceback: [C]: in function 'cmd' [string ":source (no file)"]:123: in main chunk

To Reproduce Steps to reproduce the behavior: I deleted my last config and started from scratch to using this one.

Desktop (please complete the following information):

  • OS: ubuntu 20.04
  • Terminal:

** Neovim Version **

  • Output of running :version from inside of neovim: -v 0.8.1

1103-Guyer-Josiah avatar Jan 02 '23 21:01 1103-Guyer-Josiah

Just checking:

When you say

I deleted my last config and started from scratch to using this one.

Do you mean you have removed all existing configuration? including running these two commands

sudo rm -rf ~/.local/share/nvim
sudo rm -rf ~/.config/nvim/plugin

Please confirm this for me. My conclusion for now is that some stuff may have not been deleted or even the new installation could be dirty. Would you mind also showing me if all plugins were installed successfully?

shanujha avatar Jan 06 '23 12:01 shanujha

I had the exact issue and the workaround from @shanujha worked for me.

thomsebastin avatar Jan 10 '23 10:01 thomsebastin

@shanujha thank you! It worked

1103-Guyer-Josiah avatar Feb 01 '23 20:02 1103-Guyer-Josiah