Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-03 | Add tree-sitter-vim dependency | Gregory Anders | |
2024-08-31 | Use bundled utf8proc until upstream pins back to a stable release | Gregory Anders | |
2024-08-14 | Remove libvterm dependency | Gregory Anders | |
2024-07-09 | Add Gregory Anders as contributor | Gregory Anders | |
2024-07-09 | Move tree-sitter-bash and tree-sitter-python to optdepends | Gregory Anders | |
See https://github.com/neovim/neovim/pull/29624. | |||
2024-06-30 | Sort depends list | Gregory Anders | |
2024-06-30 | Add dependency on libutf8proc | Gregory Anders | |
2024-06-16 | Remove USE_BUNDLED from build step | Gregory Anders | |
2024-06-06 | Use Release build type | Gregory Anders | |
This mirrors the package in the main repository and still includes debug symbols if makepkg is configured with the "debug" option. | |||
2024-06-06 | Bump version number and update SRCINFO | Gregory Anders | |
2024-06-06 | Include tree-sitter parsers as dependencies | Gregory Anders | |
Upstream bundles these parsers by default and expects them to be available. | |||
2024-06-06 | Link tree-sitter library directory into Nvim's runtimepath | Gregory Anders | |
Nvim looks in /usr/lib/nvim/parser for tree-sitter libraries. Link /usr/lib/tree_sitter to /usr/lib/nvim/parser so that any parsers installed via pacman will be available to Nvim. | |||
2024-06-06 | Use Ninja build generator | Gregory Anders | |
Ninja is already included in the list of build dependencies, but it is not actually used. This makes CMake use Ninja to build Nvim. | |||
2024-06-06 | Replace tree-sitter-git with versioned tree-sitter library | Gregory Anders | |
2024-06-06 | Remove libtermkey from dependencies | Gregory Anders | |
It's vendored upstream now. | |||
2024-03-11 | Remove the verbose option from the build command | A Farzat | |
Apparently it doesn't really improve error messages, and it clutters the output, removing it should actually make it easier to spot errors. | |||
2024-02-01 | Match version to that output by `nvim -v` | A Farzat | |
Instead of using tags, fetch the version numbers from CMakeLists.txt, and use `git describe --first-parent` for the commit info. | |||
2024-01-31 | Remove lua51-mpack from makedepends | A Farzat | |
A previous command had done that and referenced the related issues, so I decided to reapply the commit. | |||
2024-01-31 | Add lua51-lpeg back to dependencies | A Farzat | |
Though it is not required in the release branch, it seems to be required here. | |||
2024-01-31 | Make the package closer to that in the main repos | A Farzat | |
Also use tree-sitter-git for now because the one in the repos is not up-to-date enough. | |||
2023-04-30 | neovim-git: remove workaround (see neovim/neovim#23410) | éclairevoyant | |
2023-04-29 | neovim-git: fix deps | éclairevoyant | |
2023-04-27 | neovim-git: clean up lpeg issue (see neovim/neovim#23216) | éclairevoyant | |
2023-04-20 | neovim-git: add deps | éclairevoyant | |
2023-04-20 | neovim-git: fix provided version | éclairevoyant | |
2023-04-20 | neovim-git: remove lua51-mpack makedep (see neovim/neovim#22797 and ↵ | éclairevoyant | |
neovim/neovim#23106) | |||
2022-12-28 | neovim-git: remove source renaming, cleanup, split scripts into separate | éclairevoyant | |
files Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com> | |||
2022-10-30 | upgpkg: neovim-git 0.8.0.r339.g75ec1b7208-1 | éclairevoyant | |
update deps, makedeps; use ninja for builds | |||
2022-04-23 | remove dependency on libutf8proc | Florian Walch | |
2022-03-18 | switch deps to libvterm-0.1 | Florian Walch | |
2022-03-12 | fix pkgver | Florian Walch | |
2022-03-12 | fix pkgver | Florian Walch | |
2022-02-24 | Fix license file name | Florian Walch | |
2021-03-06 | Provide vim-plugin-runtime | Florian Walch | |
2020-11-03 | Add dependency on tree-sitter | Florian Walch | |
2020-07-06 | Make Arch vim packages work | Florian Walch | |
Taken from neovim PKGBUILD | |||
2019-10-26 | Add aarch64 to supported architectures | Florian Walch | |
2019-09-30 | Add dependency on libutf8proc | Florian Walch | |
2019-09-24 | Remove dependency on jemalloc | Florian Walch | |
2019-09-19 | Depend on libvterm>=0.1.git5 | Florian Walch | |
2019-09-13 | Depend on libvterm-bzr | Florian Walch | |
2019-06-11 | PKGBUILD: Add dependency on libluv, update to 0.3.4.r1012 | Florian Walch | |
2018-11-25 | PKGBUILD: Add armv6h, armv7h | Florian Walch | |
2017-07-28 | PKGBUILD: Remove install commands (Neovim PR #7072). | Florian Walch | |
2017-06-25 | PKGBUILD: Move luajit from makedepends to depends. | Florian Walch | |
2017-05-03 | PKGBUILD: Install .desktop file. | Florian Walch | |
2016-11-03 | PKGBUILD: Change to build as RelWithDebInfo. | Florian Walch | |
2016-09-01 | PKGBUILD: Add gperf as build dependency. | Florian Walch | |
2016-07-10 | PKGBUILD: Add optional dependency on ruby-neovim. | Florian Walch | |
2016-04-18 | PKGBUILD: Change dependency on 'lua51-messagepack' to 'lua51-mpack'. | Florian Walch | |