If anyone needs to install nvim, here's a working PKGBUILD (it won't use system installed libraries): https://gist.github.com/fmoralesc/59b66a0d0ba4b0ed470f
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
- 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 (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 .. 24 25 26 27 28 29 30 31 32 33 34 .. 40 Next › Last »
fmoralesc commented on 2015-02-17 03:26 (UTC)
fmoralesc commented on 2015-02-17 03:05 (UTC)
This now requires unibilium and libtermkey, but it won't build with the unibilium package from the AUR:
fwalch commented on 2015-01-06 16:47 (UTC)
@fhahn: You could add some optdepends:
python2-neovim: "for Python support, see :help nvim-python"
xclip: "for clipboard support (or xsel), see :help nvim-clipboard"
xsel: "for clipboard support (or xclip), see :help nvim-clipboard"
Only one of xclip/xsel is required; I borrowed the wording from netctl DHCP clients.
fhahn commented on 2014-12-25 19:25 (UTC)
Thanks, I have removed vim-runtime and changed the build type to RelWithDebInfo.
Sorry for the delay!
fmoralesc commented on 2014-12-14 19:19 (UTC)
Since the runtime files have been readded to the repo, vim-runtime is no longer necessary, even optionaly.
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.
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)