An advanced Vim emulation layer for Sublime Text.
Neovintageous is a project that seeks to continue the development of the discontinued Vintageous plugin.
- Open source
- Highly configurable
- Plugins out-of-the-box
- Strong defaults
- Drop-in replacement for Vintageous
- Integrates with GitGutter, SublimeLinter and Origami
The preferred method of installation is Package Control.
Close Sublime Text, then download or clone this repository to a directory named NeoVintageous
in the Sublime Text Packages directory for your platform:
- Linux:
git clone https://github.com/NeoVintageous/NeoVintageous.git ~/.config/sublime-text-3/Packages/NeoVintageous
- OSX:
git clone https://github.com/NeoVintageous/NeoVintageous.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/NeoVintageous
- Windows:
git clone https://github.com/NeoVintageous/NeoVintageous.git %APPDATA%\Sublime/ Text/ 3/Packages/NeoVintageous
Neovintageous is an emulation of Vim: feature-parity is an ongoing effort. See the :help neovintageous
command to learn about the differences.
Vim's documentation system is accessible via the :help
command, and is an extensive cross-referenced and hyperlinked reference. It's kept up-to-date with the software and can answer almost any question about Vim's functionality. An up-to-date version of Vim help, with hyperlinks, can be found on appspot.
See CONTRIBUTING.md.
See CHANGELOG.md.
Neovintageous is a fork of the discontinued Vintageous plugin.
Released under the GPL-3.0-or-later License.