Package Details: neovim-git 0.11.0.r164.g3a1515bfee-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 (gpanders)
Last Packager: gpanders
Votes: 256
Popularity: 1.47
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-06-16 14:15 (UTC)

Required by (432)

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 .. 24 25 26 27 28 29 30 31 32 33 34 .. 40 Next › Last »

fwalch commented on 2014-11-09 19:26 (UTC)

@fhahn: Would you mind changing the CMake build type to 'RelWithDebInfo' instead of 'Release'? This will enable assertions, which might be helpful for debugging while Neovim is still in alpha. It is also used in neovim's homebrew formula: https://github.com/neovim/homebrew-neovim/blob/master/neovim.rb#L40

fwalch commented on 2014-10-31 20:00 (UTC)

The latest commit changes the Python support setup; instead of plugin/python_setup.vim, you'd need to use just python_setup.vim: if has('nvim') runtime! python_setup.vim endif See :help nvim-python for full instructions on Python support, btw.

fwalch commented on 2014-10-20 13:14 (UTC)

@flu: You're right.. see https://github.com/neovim/neovim/pull/1313.

fmoralesc commented on 2014-09-18 15:21 (UTC)

@fwaich: yes, it was a problem in my config in the end.

fwalch commented on 2014-09-18 08:41 (UTC)

@fmoralesc: For me, `:echo $VIMRUNTIME` shows `/usr/share/nvim/runtime` without setting anything manually.

fmoralesc commented on 2014-09-18 04:09 (UTC)

neovim has reincorporated the runtime files, so vim-runtime is not needed anymore. Also, I'm having an issue where $VIMRUNTIME doesn't point to the neovim runtime, but to `/usr/share/vim/vim74`, which is wrong (should be `/usr/share/nvim/`). I don't know if you know how to fix that in the package (I can set the variable in my .nvimrc, but that should be necessary).

fhahn commented on 2014-09-17 21:44 (UTC)

@fwalch: thanks for the hint, I've added a new lua-messagepack PKGBUILD and updated neovim's one.