All Projects → NeoVintageous → Neovintageous

NeoVintageous / Neovintageous

Licence: other
Vim emulation layer for Sublime Text.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neovintageous

Actualvim
Sublime Text 3 input mode using Neovim. Issues are closed, feel free to submit Pull Requests if you have bug fixes however.
Stars: ✭ 1,541 (+274.94%)
Mutual labels:  neovim, sublime-text
Gitgutter
A Sublime Text 2/3 plugin to see git diff in gutter
Stars: ✭ 3,888 (+845.99%)
Mutual labels:  sublime-text
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (-15.09%)
Mutual labels:  neovim
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (-8.03%)
Mutual labels:  sublime-text
Vim Delve
Neovim / Vim integration for Delve
Stars: ✭ 355 (-13.63%)
Mutual labels:  neovim
Ayu
🎨🖌 Modern Sublime Text theme
Stars: ✭ 3,933 (+856.93%)
Mutual labels:  sublime-text
Chromerepl
A Sublime Text plugin to execute JavaScript in Google Chrome
Stars: ✭ 347 (-15.57%)
Mutual labels:  sublime-text
Sublime zk
A SublimeText3 package featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like inline image display, sophisticated tag search, note transclusion features, support for note templates, bibliography support, support for multiple panes, etc. to make working in your Zettelkasten a joy 😄.
Stars: ✭ 408 (-0.73%)
Mutual labels:  sublime-text
Nvim Tree.lua
A file explorer tree for neovim written in lua
Stars: ✭ 383 (-6.81%)
Mutual labels:  neovim
Dotfiles
Configuration for Linux, Nix, i3, Kitty, Fish, Neovim and more
Stars: ✭ 379 (-7.79%)
Mutual labels:  neovim
Barbar.nvim
A neovim tabline plugin.
Stars: ✭ 359 (-12.65%)
Mutual labels:  neovim
Awesome Neovim
Collections of awesome neovim plugins.
Stars: ✭ 336 (-18.25%)
Mutual labels:  neovim
Lspsaga.nvim
neovim lsp plugin
Stars: ✭ 379 (-7.79%)
Mutual labels:  neovim
Sublimejsprettier
JsPrettier is a Sublime Text Plug-in for Prettier, the opinionated code formatter.
Stars: ✭ 355 (-13.63%)
Mutual labels:  sublime-text
Minimap.vim
📡 Blazing fast minimap / scrollbar for vim, powered by code-minimap written in Rust.
Stars: ✭ 404 (-1.7%)
Mutual labels:  neovim
Nvim Dap
Debug Adapter Protocol client implementation for Neovim (>= 0.5)
Stars: ✭ 326 (-20.68%)
Mutual labels:  neovim
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (-12.65%)
Mutual labels:  neovim
Lens.vim
A Vim Automatic Window Resizing Plugin
Stars: ✭ 381 (-7.3%)
Mutual labels:  neovim
Awesome Dotfiles
Dotfiles for awesome people using the awesomewm linux environment
Stars: ✭ 409 (-0.49%)
Mutual labels:  neovim
Sublime Rails Snippets
Sublime Text snippets for the latest Ruby and Rails versions
Stars: ✭ 406 (-1.22%)
Mutual labels:  sublime-text

NeoVintageous Logo

An advanced Vim emulation layer for Sublime Text.

Travis CI Build Status GitHub CI Build Status AppVeyor Build status Coveralls Coverage Status Codecov Coverage Status

Latest Version GitHub stars Minimum Sublime Version Downloads

NeoVintageous is a project that seeks to continue the development of the discontinued Vintageous plugin.

Installation

Package Control installation

The preferred method of installation is Package Control.

To keep up to date with the latest beta releases add "NeoVintageous" to your Package Control settings, see Package Control settings documentation for more information, for example:

"install_prereleases": ["NeoVintageous"]

Manual installation

Close Sublime Text, then download or clone this repository to a directory named NeoVintageous in the Sublime Text Packages directory for your platform:

OS Command
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

Documentation

NeoVintageous is an emulation of Vim, feature-parity is an ongoing effort, some features are not implemented or implemented fully, and differences are not fully documented. See :help nv to learn about some of the differences.

Vim's full documentation system is accessible via the :help {subject} 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.

Plugins

A number of popular vim plugins have been ported and are available out-of-the-box.

Vim plugin feature-parity is an ongoing effort, some features are not implemented or implemented fully, and differences may not be fully documented. Please open issues to request missing features.

Plugin Documentation Original Vim Plugin
Abolish :help nv vim-abolish
Commentary :help nv vim-commentary
Highlighted Yank :help nv vim-highlightedyank
Indent Object :help nv vim-indent-object
Multiple Cursors :help nv vim-multiple-cursors
Surround :help nv vim-surround
Sneak :help nv vim-sneak
Unimpaired :help nv vim-unimpaired

Contributing

See CONTRIBUTING.md.

Changelog

See CHANGELOG.md.

Credits

NeoVintageous is a fork of the discontinued Vintageous plugin.

License

Released under the GPL-3.0-or-later License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].