Neovim: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:


See [https://github.com/jlfwong/vim-mercenary Mercenary]
See [https://github.com/jlfwong/vim-mercenary Mercenary]
=== Markdown ===
Install [https://github.com/iamcco/markdown-preview.nvim Markdown Preview].
Use <code>:MarkdownPreview</code> to start the preview engine.

Revision as of 03:29, 28 May 2020

Neovim, or nvim is a re-written vim implementation. It is significantly faster than the vanilla fork, and has become my default editor.

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.