Neovim: Difference between revisions

From wikinotes
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
|-
|-
| <code>:help</code> || https://neovim.io/doc/user/
| <code>:help</code> || https://neovim.io/doc/user/
|-
| official docs || https://neovim.io/doc/general/
|-
| official lsp docs || https://neovim.io/doc/lsp/
|-
| github || https://github.com/neovim/neovim
|-
|-
|}
|}
Line 35: Line 41:
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->
= Features =
<blockquote>
</blockquote><!-- features -->
= Extensions =
<blockquote>

Latest revision as of 23:38, 24 June 2022

Neovim is a rewrite of vim with some new/alternative features.

Documentation

:help https://neovim.io/doc/user/
official docs https://neovim.io/doc/general/
official lsp docs https://neovim.io/doc/lsp/
github https://github.com/neovim/neovim

Locations

~/.config/nvim/init.vim nvim's vimrc
~/.config/nvim/ginit.vim GUI nvim's vimrc

Notes

neovim install
neovim configuration
neovim features
neovim guis
neovim troubleshooting