SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
6
editors/neovim/pkg/DESCR
Normal file
6
editors/neovim/pkg/DESCR
Normal 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
1803
editors/neovim/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
15
editors/neovim/pkg/README
Normal file
15
editors/neovim/pkg/README
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue