On 17Feb2021 22:45, vim_use wrote:
>I would try running the following as an ex command:
>:echo $HOME
>It might be that Vim does not see a HOME environment variable on
>Windows.
>Hi
>it seems the equivalent Windows environment variable is HOMEPATH
You could see if you can use ~/ instead of $HOME/
On 2021-02-15, Matthew Pritchard wrote:
> Hello I am wondering what is the color code for the different colors vim
> displays. I am also assuming that these colors can be customized. How do I
> do this?
I'd recommend to start with:
:help coloring
In particular, some conventional names are l
On Mon, Feb 15, 2021 at 03:13:52PM -0800, Matthew Pritchard wrote:
> Hello I am wondering what is the color code for the different colors vim
> displays. I am also assuming that these colors can be customized. How do I
> do this?
you can open a colorscheme in vim and see how colors are defined. th