Releases: hotgloupi/nvim
Releases · hotgloupi/nvim
Fix YCM build
YCM does have some ctags integration, which does not work correctly when built with gcc4.8. This release was built using clang 4.0.0.
Update Neovim, YCM and Python
Updates:
- Neovim to v0.2.0
- Python2 to 2.7.13
- Python3 to 3.6.0
- YCM to 6ba6b56fb79f5cf2fe07437f09a6cad0f164c0f9
- LLVM to 4.0
Fixes:
- Hides all executable, only expose nvim
- Explicitly set the python executable path for YCM engine
0.6
This release fixes the neovim to its latest stable (0.1.7) version. It also adds xsel so that the clipboard works out of the box.
The prebuilt nvim-linux.x86_64.tgz file works needs a glibc >= 2.12.
0.5
- Set correctly python providers
- Ship and make it easy to use clang-format
0.4
Comes with python 2.7.13 and python 3.6, YouCompleteMe and clang-format.
nvim-centos6.tgz was built using a Centos6 docker image, which comes with a glibc 2.12. You should use this for maximum portability.