Since 0.5.0 has be released and has added tree-sitter
as a dependency I think it would be nice to add the new dependency and bump the pkgver :)
Search Criteria
Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-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: | 259 |
Popularity: | 1.10 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2025-02-10 14:14 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c (msgpack-c-gitAUR)
- 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-vim-gitAUR)
- 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
- tree-sitter-python (tree-sitter-python-gitAUR) (optional) – tree-sitter parser for python
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – for clipboard support on wayland (see :help clipboard)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for clipboard support on X11 (or xsel) (see :help clipboard)
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for clipboard support on X11 (or xclip) (see :help clipboard)
Required by (451)
- autoricer-bin (requires neovim) (optional)
- candyvim-git (requires neovim)
- cmp-buffer (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)
- grg-git (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- neoray-git (requires neovim)
- neovide-git (requires neovim)
- Show 431 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 41 Next › Last »
groctel commented on 2021-07-03 08:05 (UTC)
lmartinez-mirror commented on 2021-06-28 15:48 (UTC) (edited on 2021-06-28 16:18 (UTC) by lmartinez-mirror)
Due to changes from both Neovim and Treesitter upstream, this package will not compile with tree-sitter
alone. Not sure if anyone using tree-sitter-git
can weigh in on this.
EDIT: Package builds with tree-sitter-git
.
therisen06 commented on 2021-05-03 13:38 (UTC)
Could you please add -DCMAKE_INSTALL_LIBDIR=lib
to the cmake
arguments? There is a lib64
vs lib
conflict on Arch Linux derivatives (see https://wiki.archlinux.org/title/CMake_package_guidelines).
lmartinez-mirror commented on 2021-04-11 05:54 (UTC) (edited on 2021-04-25 00:20 (UTC) by lmartinez-mirror)
I noticed this package and neovim
don't have any similar vimdoc.hook
files for regenerating helptags. Are there any plans to add something like this to the packages, one that covers both /usr/share/vim/vimfiles/doc/
and /usr/share/nvim/runtime/doc/
maybe?
The last trace of discussion regarding this was a comment I dug up.
EDIT: I also think this package should provide neovim=0.5.0
seeing how that's what's actually reported by nvim --version
.
fwalch commented on 2021-03-06 10:42 (UTC)
@lmartinez-mirror: Added, thanks!
lmartinez-mirror commented on 2021-02-17 21:59 (UTC)
Since neovim
provides vim-plugin-runtime
, wouldn't this package, as well? I see that the PKGBUILD also uses vim's plugin directory, so it would make sense to add it.
joshauc commented on 2021-02-12 07:53 (UTC)
This is great. Thanks for your work. Mine wasn't even a fix sorry for the spam.
fwalch commented on 2021-02-11 17:20 (UTC)
joshauc commented on 2021-02-11 07:36 (UTC) (edited on 2021-02-11 07:40 (UTC) by joshauc)
@fwalch Sorry for asking again, but would -DCMAKE_C_FLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1"
be added to the PKGFILE?
joshauc commented on 2021-01-17 08:27 (UTC) (edited on 2021-01-17 08:28 (UTC) by joshauc)
Sorry, I had to look more into this XD so I deleted my previews comment. There was an Issue with _FORTIFY_SOURCE=2 for neovim for Arch since it is the default in the makepkg. From what I understand this is usually good so it should be kept the same for the makepkg, but it is not compatible with neovim so it is disabled in the Cmake file. I think the best way is to pass it as an argument flag to Cmake to silence the warning.
My first comment was wrong since it would force the _FORTIFY_SOURCE=2 so I edit it :), also thanks for maintaining this package.
Sources:
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)