2015-03-30 23:52:46 by jonthn | Files touched by this commit (1) |
Log message:
Change in PLIST add documentation for terminal emulation
|
2015-03-29 17:31:59 by jonthn | Files touched by this commit (1) |
Log message:
Change in PLIST, add a documentation file (vim-diff)
|
2015-03-01 16:46:52 by jonthn | Files touched by this commit (1) |
Log message:
Add libvterm dependency
|
2015-02-21 17:29:03 by jonthn | Files touched by this commit (2) |
Log message:
Add dependency to libunibilium and libtermkey which are required libraries
|
2015-01-25 16:24:30 by jonthn | Files touched by this commit (1) |
Log message:
Update PLIST for neovim
|
2015-01-03 15:00:04 by jonthn | Files touched by this commit (1) |
Log message:
neovim options file
|
2015-01-03 14:59:15 by jonthn | Files touched by this commit (3) |
Log message:
Add option for Python neovim module (to add python supports in neovim)
|
2014-12-07 23:03:05 by jonthn | Files touched by this commit (2) | |
Log message:
Fix Neovim package
- use Lua5.1 (to be compatible for Lua extensions with LuaJIT2)
- update to libuv-1.0.1
|
2014-11-22 23:58:46 by jonthn | Files touched by this commit (4) |
Log message:
Import neovim-0.0.0nb20141122 as wip/neovim.
Still a project in development and the same goes for the package.
Neovim is a project that seeks to aggressively refactor Vim in order to:
+ Enable the implementation of new/modern user interfaces without any
modifications to the core source
+ Improve extensibility with a new plugin architecture
+ Simplify maintenance and encourage contributions
+ Split the work between multiple developers
The changes implemented should have little impact on vim's editing model or
vimscript in general. Most vimscript plugins should continue to work normally.
|