Dylan Landry
Dylan Landry

Reputation: 1290

Nvim Showing Vim :h Pages

Nvim is showing Vim's help pages.

I am using nvim, and I am not sure if this is a problem, but when I type something like :help colorscheme I receive the information for configuring colorschemes for vim instead of nvim.

Please let me know either (1) how to fix this (2) or that I'm an idiot.

For example, it tells me to put the color files in ~/.vim/colors/, which doesn't work. For nvim they go in ~/.config/nvim/colors.

Upvotes: 3

Views: 241

Answers (1)

Matt
Matt

Reputation: 15186

Neovim is a fork of Vim. It still retains much of original Vim data including a heap of help pages unmodified.

Simply don't pay attention to this. Maybe they fix it... some day.

Upvotes: 5

Related Questions