rthyberg: The build should use LuaJIT, which has bitop built in. Did you see [1]?
[1] https://aur.archlinux.org/packages/neovim-git/?comments=all#comment-555712
Search Criteria
Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-1
Package Actions
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: | 257 |
Popularity: | 1.22 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2024-09-04 00:24 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c
- tree-sitter (tree-sitter-gitAUR)
- tree-sitter-c (tree-sitter-c-gitAUR)
- tree-sitter-lua (tree-sitter-lua-gitAUR)
- tree-sitter-markdown (tree-sitter-markdown-gitAUR)
- tree-sitter-query
- tree-sitter-vim
- tree-sitter-vimdoc (tree-sitter-vimdoc-gitAUR)
- unibilium
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- python-pynvim (python-pynvim-gitAUR) (optional) – for Python plugin support (see :help python)
- tree-sitter-bash (tree-sitter-bash-gitAUR) (optional) – tree-sitter parser for bash
- Show 4 more dependencies...
Required by (431)
- candyvim-git (requires neovim)
- cmp-buffer (requires neovim)
- completion-nvim (requires neovim)
- cppman-git (requires neovim) (optional)
- deoplete (requires neovim) (optional)
- deoplete-git (requires neovim) (optional)
- eovim (requires neovim)
- fvim (requires neovim)
- fvim-bin (requires neovim)
- glrnvim (requires neovim)
- gnvim (requires neovim)
- gnvim-git (requires neovim)
- goneovim-bin (requires neovim)
- goneovim-git (requires neovim)
- gonvim (requires neovim)
- grg-git (requires neovim) (optional)
- hyprforest-installer-bin (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- Show 411 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 40 Next › Last »
fwalch commented on 2017-02-21 19:32 (UTC)
rthyberg commented on 2017-02-21 01:29 (UTC) (edited on 2017-02-22 22:26 (UTC) by rthyberg)
Missing dependency lua51-bitop
Also the cmake looks for the lua interpreter at /usr/bin/lua when it should be /usr/bin/lua5.1
htfy96 commented on 2017-02-01 06:20 (UTC)
Now it comes with a builtin .desktop file(https://github.com/neovim/neovim/commit/7c836573977e5e86962cdb346b8537b78a36eb90). Is there anything to change in this repo?
fwalch commented on 2016-12-18 20:25 (UTC)
nishantvarma: Sorry, I don't understand your question. gperf is already a build-time dependency.
nishantvarma commented on 2016-12-18 17:32 (UTC) (edited on 2016-12-18 17:33 (UTC) by nishantvarma)
gperf needs to be installed and it can be obtained from package server. How can this be updated?
fwalch commented on 2016-11-03 12:28 (UTC)
rumpelsepp: This was intentional, and in line with how e.g. the Homebrew formula builds from VCS [1]. However, after discussing upstream, the formula will be changed to use RelWithDebInfo, and I did the same for this package.
[1] https://github.com/neovim/homebrew-neovim/blob/d40409b682a63dc5c1f58e009a0efca7181c2d18/Formula/neovim.rb#L135
rumpelsepp commented on 2016-11-02 11:32 (UTC)
This package generates a Development build. From :CheckHealth :
## Performance
- INFO: Build type: Dev
- WARNING: Non-optimized build-type. Nvim will be slower.
- SUGGESTIONS:
- Install a different Nvim package, or rebuild with `CMAKE_BUILD_TYPE=RelWithDebInfo`.
- See https://github.com/neovim/neovim/wiki/FAQ
Scimmia commented on 2016-08-15 16:40 (UTC)
It's a -git package built from the latest development HEAD. Both common sense and a quick look at the PKGBUILD tell you it's not a release build.
warp commented on 2016-08-15 16:37 (UTC)
Is it set to release build? Why am I getting .nvimlog in $HOME directory?
https://github.com/neovim/neovim/issues/2913
fwalch commented on 2016-08-07 22:30 (UTC) (edited on 2016-08-07 22:59 (UTC) by fwalch)
ludat: The version number follows the guidelines at [1]. *Edit:* Ah, I guess you mean change just the pkgver variable in the PKGBUILD to "latest", since it will be updated by makepkg? While theoretically possible, no other Arch package seems to do it (?), and it's technically an invalid version, so I'd rather just stick with the current Arch practices.
[1] https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)