summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* runtime require lua*-lpegHEADmasterJan Palus42 hours1-0/+1
|
* use luajit-lpeg when building with luajitJan Palus42 hours1-1/+5
|
* up to 0.10.0Jan Palus3 days3-50/+28
|
* up to 0.9.5auto/th/neovim-0.9.5-1Jan Palus2023-12-311-2/+2
|
* up to 0.9.4auto/th/neovim-0.9.4-1Jan Palus2023-10-101-2/+2
|
* up to 0.9.2auto/th/neovim-0.9.2-1Jan Palus2023-09-081-2/+2
|
* don't warn about "non-optimized debug build" in :checkhealthJan Palus2023-07-021-0/+11
|
* up to 0.9.1auto/th/neovim-0.9.1-1Jan Palus2023-05-301-2/+2
|
* up to 0.9.0auto/th/neovim-0.9.0-1Jan Palus2023-04-073-16/+58
| | | | | | | | | | | | | | | keep on using "workaround" for linking directly with lua module. upstream dropped it in: https://github.com/neovim/neovim/commit/da0c66bcddbe4e6ebc72357c9f6c5de75e176744 without explaining how "correctly packaged libluv" looks like exactly. libluv built with lua54 is incompatible with neovim built against lua51/luajit so I guess upstream idea is that libluv should be forced "their way". if libluv had a chance of easily installing parallel libraries for different lua versions (different sonames, different pkgconfig files) and neovim could select between them it would be feasible but it's not available so just revert the commit.
* up to 0.8.3auto/th/neovim-0.8.3-1Jan Palus2023-02-061-2/+2
|
* up to 0.8.2auto/th/neovim-0.8.2-1Jan Palus2022-12-302-183/+2
|
* up to 0.8.1auto/th/neovim-0.8.1-1Jan Palus2022-11-172-2/+183
| | | | | - fix memory alignment crash on armv7 (https://github.com/neovim/neovim/pull/20489)
* up to 0.8.0auto/th/neovim-0.8.0-1Jan Palus2022-10-012-6/+33
|
* up to 0.7.2auto/th/neovim-0.7.2-1Jan Palus2022-06-291-3/+3
|
* R: main package in desktop subpackage; rel 3auto/th/neovim-0.7.0-3Jan Palus2022-05-161-1/+2
|
* not using jemalloc since 0.4.0Jan Palus2022-05-101-1/+0
|
* move desktop/icon files to desktop subpackage; rel 2auto/th/neovim-0.7.0-2Jan Palus2022-05-091-7/+22
| | | | avoids gui deps on headless systems
* BR: gettext-tools instead of gettext-develJan Palus2022-05-091-1/+1
|
* luajit binary also required during buildJan Palus2022-05-091-0/+1
|
* explicitly set LUA_INCLUDE_DIR for pure lua buildauto/th/neovim-0.7.0-1Jan Palus2022-05-031-0/+1
| | | | | | for whatever reason cmake detection logic searches for lua versions higher than 5.1 first even though neovim will likely never support anything but lua 5.1
* correct luv build and runtime depsJan Palus2022-05-031-1/+1
|
* up to 0.7.0Jan Palus2022-05-032-36/+26
|
* macros for %cmakeJan Palus2021-08-181-1/+1
|
* prefer lua on all archs without luajitJan Palus2021-08-181-2/+2
|
* updated depsJan Palus2021-08-181-3/+6
|
* <meta>-xxx keybindings (alt+something) incompatibility is resolvedauto/th/neovim-0.4.4-1Elan Ruusamäe2021-01-111-2/+0
| | | | https://github.com/neovim/neovim/issues/5576#issuecomment-336631248
* Update vterm dependencyElan Ruusamäe2021-01-111-1/+1
| | | | LIBVTERM 0.0 was found but version 0.1 is the minimum requirement.
* Use bundled luvElan Ruusamäe2021-01-111-1/+1
| | | | Due lack of system package
* Requires unibilium 2.0.0Elan Ruusamäe2021-01-111-1/+1
|
* Up to 0.4.4Elan Ruusamäe2021-01-111-5/+2
|
* Rename bcond to prefer_lua, fix for x32auto/th/neovim-0.3.8-1Elan Ruusamäe2020-11-061-2/+7
| | | | luajit not available on x32
* Requires older libvterm-develElan Ruusamäe2020-11-061-1/+1
|
* Lua deps are available for lua 5.1 onlyElan Ruusamäe2020-11-061-1/+2
|
* Lua can't be disabled, just lua flavor be changedElan Ruusamäe2020-11-061-4/+6
|
* build fixes for gcc-10Elan Ruusamäe2020-11-061-0/+3
| | | | | refs: - https://github.com/neovim/neovim/pull/12142
* Apply desktop.patchElan Ruusamäe2020-11-061-0/+1
| | | | Refs 6b16d9c497271035ee6818c569a8fd07db0e50c1
* Up to 0.3.8Elan Ruusamäe2020-11-061-2/+2
| | | | https://github.com/neovim/neovim/releases/tag/v0.3.8
* - disable LUA (error: lua-mpack: no such package)Jan Rękorajski2020-05-181-1/+1
|
* up to 0.3.5Elan Ruusamäe2019-05-061-2/+2
|
* up to 0.3.3auto/th/neovim-0.3.3-1Elan Ruusamäe2019-01-071-2/+2
|
* up to 0.3.1; use upstream desktop fileauto/th/neovim-0.3.1-1Elan Ruusamäe2018-12-233-19/+20
|
* up to 0.2.2Elan Ruusamäe2018-12-231-2/+2
|
* up to 0.2.0auto/th/neovim-0.2.0-1Elan Ruusamäe2017-08-101-2/+2
|
* add link for vim/nvim bindings incompatauto/th/neovim-0.1.7-1Elan Ruusamäe2017-01-201-1/+2
| | | | https://github.com/neovim/neovim/issues/5576
* up to 0.1.7Elan Ruusamäe2017-01-201-7/+2
| | | | https://github.com/neovim/neovim/releases/tag/v0.1.7
* up to 0.1.6Elan Ruusamäe2017-01-201-3/+3
| | | | https://github.com/neovim/neovim/releases/tag/v0.1.6
* - rebuild for x32auto/th/neovim-0.1.5-2Elan Ruusamäe2016-10-111-1/+1
| | | | - release 2 (by relup.sh)
* annoyed by alt+<x> hotkeys not workingElan Ruusamäe2016-09-261-0/+1
| | | | pld build problem? general issue?
* suggest ruby-neovimElan Ruusamäe2016-09-181-0/+1
|
* package nvimi/init.vim - place for per site global customizationsElan Ruusamäe2016-09-181-1/+4
|