Stories
Slash Boxes
Comments

Dev.SN ♥ developers

posted by janrinok on Thursday March 20 2014, @12:27PM   Printer-friendly
from the cue-vim-emacs-war-in-5-4-3-2-1 dept.

Hell_Rok writes:

"Neovim is an effort to aggressively re-factor the Vim source code and improve on:

  • It will provide first class support for embedding.
  • It lets you extend the editor in any programming language.
  • It supports more powerful GUIs.
  • Vim plugins will work with it.

Hosted on Bounty Source it has reached $25,500 of it's goal of $10,000, although there are still 3 days to reach further stretch goals! You can view the projects current progress and even pitch in over at GitHub. As someone who has started using Vim full-time over the last 6 months I feel that this is a very good project for the longevity of Vim."

 
This discussion has been archived. No new comments can be posted.
Display Options Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by Bot on Thursday March 20 2014, @01:39PM

    by Bot (3902) on Thursday March 20 2014, @01:39PM (#18971)

    I agree.
    Besides, when needed, I just redirect my output to a text file, with no need for those "editors" you keep speaking about. You should try that, too.

  • (Score: 2) by istartedi on Thursday March 20 2014, @03:54PM

    by istartedi (123) on Thursday March 20 2014, @03:54PM (#19043)

    I just redirect my output to a text file, with no need for those "editors" you keep speaking about.

    Damn straight, and my first project was a parser that reads the history file and removes erroneous commands. Then it intelligently infers which commands were simply tests to see if I had the right command. The end result is a shell script that does what I want. Half joking of course. I suppose you could adopt that as your personal process if such an intelligent parser existed. It would be a bit like using a REPL for development which I understand some hardcore Lisp guys do. I can imagine developing in a REPL... but I don't see myself ever working that way.