Closed powelleric closed 4 years ago
Hi @powelleric, could you please…
vimrc
), e.g. this one (using vimplug as plugin manager):
call plug#begin(expand('~/.vim/plugged'))
Plug 'vim-airline/vim-airline'
Plug 'arcticicestudio/nord-vim'
call plug#end()
syntax enable colorscheme nord
2. …make sure you're running the [latest plugin version][rll].
3. …make sure you've installed the plugin after adding it to your `vimrc` by running `:PlugInstall`.
4. …try if other _airline_ themes working fine (builtin or another theme plugin).
[rll]: https://github.com/arcticicestudio/nord-vim/releases/latest
Thank you for the minimal config. That showed the issue to be in my config. I found that Plug 'flazz/vim-colorschemes'
was the issue. Removing that seems to have fixed the issue.
Thanks for your help and for the wonderful theme :)
You're welcome, great to see it works for you now :+1:
Since upgrading my plugins, I am getting this error: airline: Could not resolve airline theme "nord".
Also, if I do
:AirlineTheme nord
, I getairline: There is an error in theme "nord"
.