SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

6
editors/neovim/pkg/DESCR Normal file
View file

@ -0,0 +1,6 @@
Neovim is a project that seeks to aggressively refactor Vim in order to:
* Simplify maintenance and encourage contributions.
* Split the work between multiple developers.
* Enable advanced external UIs without modifications to the core.
* Improve extensibility with a new plugin architecture.

1803
editors/neovim/pkg/PLIST Normal file

File diff suppressed because it is too large Load diff

15
editors/neovim/pkg/README Normal file
View file

@ -0,0 +1,15 @@
+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
LuaJIT Support
==============
Some Neovim plugins now require LuaJIT. Those plugins won't work on
architectures that have no LuaJIT support.
Why is the Escape Key Not Working Right?
========================================
If you use Neovim under tmux, you are likely being bitten by a libtermkey bug.
Read the libtermkey package README for a workaround.