Can't seem to upgrade neovim.
I added the new repo: add-apt-repository ppa:neovim-ppa/unstable
And upgraded, but I'm still on nvim 0.1.5-dev, and opening up nvim doesn't pay attention to the .nvimrc file.
Any ideas?
Can't seem to upgrade neovim.
I added the new repo: add-apt-repository ppa:neovim-ppa/unstable
And upgraded, but I'm still on nvim 0.1.5-dev, and opening up nvim doesn't pay attention to the .nvimrc file.
Any ideas?
0.1.5-devis already the nightly build according to https://github.com/neovim/neovim/releases/tag/nightly. – edwinksl Jul 16 '16 at 05:16nvim -u .nvimrcand also doesn't use xoria256 color file. – Costa Michailidis Jul 16 '16 at 05:19rcfile is~/.config/nvim/init.vim– Jul 16 '16 at 05:31