Package Details: neovim-git 0.10.0.r2536.g55c9e2c96e-1

Git Clone URL: https://aur.archlinux.org/neovim-git.git (read-only, click to copy)
Package Base: neovim-git
Description: Fork of Vim aiming to improve user experience, plugins, and GUIs
Upstream URL: https://neovim.io
Keywords: editor
Licenses: custom:neovim
Conflicts: neovim
Provides: neovim, vim-plugin-runtime
Submitter: fhahn
Maintainer: Farzat
Last Packager: Farzat
Votes: 256
Popularity: 1.83
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-03-11 05:36 (UTC)

Dependencies (17)

Required by (431)

Sources (3)

Pinned Comments

fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)

Please don't flag this package out-of-date just because the version number displayed on AUR seems old. This is normal for VCS packages. As long as building the package works without problems, it isn't necessary to update the PKGBUILD here. makepkg will automatically retrieve the latest version when you build the package locally.

Latest Comments

« First ‹ Previous 1 .. 35 36 37 38 39 40

RunningDroid commented on 2014-02-21 21:40 (UTC)

Could you change "cmake .." to "cmake -DCMAKE_INSTALL_PREFIX=/usr .." so it looks in /usr/share/vim for vimfiles instead of /usr/local/share/vim

jonhoo commented on 2014-02-21 21:35 (UTC)

`cmake ..` should be replaced with `cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..` to make neovim fall back to files in /usr/share/vim instead of /usr/local/share/vim.