-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
I wanted to try and start a discussion about including support for Neovim. Even though it doesn't have a 1.0 release yet, it brings a lot of exciting features, especially for the plugin ecosystem, while maintaining a lot of backwards compatibility. One plugin in particular, neomake, is very exciting in it's potential for speeding up vim in-editor code checking.
Neovim uses .nvimrc as it's main dotfile, so it can exist alongside vim without conflict. Adding support would probably look like adding an .nvimrc file to spf13 customized for Neovim support, that would only be copied to the home directory if the neovim binary existed on the system.
Of course, the major downside to this is adding something else to support, but I at least wanted to float the idea and see what people thought.