mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
vim: fixed missing stuff
This commit is contained in:
parent
ae17a3bff6
commit
7153d8254a
@ -1,6 +1,6 @@
|
|||||||
# Nim in Vim
|
# Nim in Vim
|
||||||
|
|
||||||
[Nim](https://nim-lang.org) is a statically typed compiled systems programming
|
[Nim](https://nim-lang.org) is a statically typed compiled systems programming.
|
||||||
|
|
||||||
## Autocompletion
|
## Autocompletion
|
||||||
|
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
# Vim
|
# Vim
|
||||||
|
|
||||||
[Vim](https://github.com/vim/vim) is a texteditor.
|
[Vim](https://github.com/vim/vim) is a texteditor.
|
||||||
A good alternative to baseline vim is Neovim.
|
A good alternative to baseline Vim is Neovim.
|
||||||
[Neovim](https://github.com/neovim/neovim) is based on vim and focused
|
[Neovim](https://github.com/neovim/neovim) is based on Vim and focused
|
||||||
on extensibility and usability.
|
on extensibility and usability.
|
||||||
The configuration file is stored in `.config/nvim/init.vim`
|
The configuration file is stored in `.config/nvim/init.vim`
|
||||||
|
On Github [Vim-Galore](https://github.com/mhinz/vim-galore) gives extensive guides and tips on using
|
||||||
|
Vim.
|
||||||
|
|
||||||
## Plug-In
|
## Plug-In
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user