The installation instructions in the README.md suggest adding Plug 'nordtheme/vim' to the .vimrc file.
However, this doesn't match the installation documentation which recommends adding Plug 'arcticicestudio/nord-vim' to your vimrc within the vim-plug's plugin loading function.
What and Why
The installation instructions in the
README.md
suggest addingPlug 'nordtheme/vim'
to the.vimrc
file.However, this doesn't match the installation documentation which recommends adding
Plug 'arcticicestudio/nord-vim'
to your vimrc within the vim-plug's plugin loading function.