carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

neovim? #644

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello, can I use janus with neovim?

kalbasit commented 8 years ago

I don't see a reason why not. Please make sure the config files required for nvim are there.

ln -s ~/.vim ~/.config/nvim
ln -s ~/.vimrc ~/.config/nvim/init.vim

Let me know if you face any problems.