대망의 neovim이 0.1 릴리스 되었기 때문에 설치해 보았다
설치
Installing Neovim · neovim/neovim Wiki 에 써 있는 대로이지만, 막혔으므로
$ brew install neovim/neovim/neovim
에서 기본 OK.오류 1
MacPorts의 잔해가 남아 있었기 때문에 이끼였다.
MacPorts 제거 등으로 구그하고 MacPorts 얽힌 데이터 삭제
오류 2
aclocal: error: aclocal: file '/usr/local/share/aclocal/ksba.m4' does not exist
make[2]: *** [build/src/libuv-stamp/libuv-configure] Error 1
make[1]: *** [CMakeFiles/libuv.dir/all] Error 2
make: *** [all] Error 2
구그라면,
Developers - brew error aclocal/ksba.m4 does not exist
설정
$ ln -s ~/.vim ~/.config/nvim
$ ln -s ~/.vimrc ~/.config/nvim/init.vim
시작
$ nvim
플러그인이나 움직이지 않는다고 생각했지만 의외로 움직였다.
조금 사용해 보겠습니다.
Reference
이 문제에 관하여(대망의 neovim이 0.1 릴리스 되었기 때문에 설치해 보았다), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/okb_m/items/7f24dd5c9bb521d8d390텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)