0

I'm new to vim (2 days in) and struggling to understand how to configure some things. How can I get nord theme installed and working? I added the plugin but the colorscheme doesn't show up. An example of catpuccin would also be good.

Busch
  • 857
  • 10
  • 29
  • You can see the color schemes install by `ls –l /usr/share/vim/vim*/colors`. Conversely if you want to install a new color scheme .. Just plop the downloaded `.vim` file in the `colors` directory. The directory might not be the same, but it should be similar. I am assuming that Neovim and any or ther vim derivative will be similar. – Zak Aug 28 '23 at 16:21

1 Answers1

0

See this discussion for the answer: https://github.com/LazyVim/LazyVim/discussions/1394

Busch
  • 857
  • 10
  • 29