Neovim: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) |
Hoppinglife (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Neovim, or nvim is a re-written vim implementation. It is significantly faster than the vanilla fork, and has become my default editor. | Neovim, or nvim is a re-written vim implementation. It is significantly faster than the vanilla fork, and has become my default editor. | ||
== Installation == | |||
For Arch Linux, Install <code>neovim</code>, <code>python-pynvim</code> from Pacman and <code>neovim-plug-git</code> from AUR. | |||
I use [git@github.com:hbsnmyj/neoroedeer.git neoroedeer] for configuration. Link the init file to ~/.config/nvim/init.vim. Run :PlugInstall to install the plugins. | |||
== Usage == | == Usage == | ||
Revision as of 19:32, 24 August 2020
Neovim, or nvim is a re-written vim implementation. It is significantly faster than the vanilla fork, and has become my default editor.
Installation
For Arch Linux, Install neovim, python-pynvim from Pacman and neovim-plug-git from AUR.
I use [git@github.com:hbsnmyj/neoroedeer.git neoroedeer] for configuration. Link the init file to ~/.config/nvim/init.vim. Run :PlugInstall to install the plugins.
Usage
Clipboard
"+ register is the clipboard on my system.
See :help clipboard
Latex
Git
Just call :Git.
Use :Gstatus for seeing the stage area, use cc to commit.
See Fugitive.
Mercurial
See Mercenary
Markdown
Install Markdown Preview.
Use :MarkdownPreview to start the preview engine.