Skip to content

Commit

Permalink
Neovim small fix in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zarej committed Apr 25, 2021
1 parent b2404c0 commit 76830f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/docs/setup/editors/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
For the or other platforms then Linux, you can check the official [vim-plug docs](https://github.com/junegunn/vim-plug).

## coc.nvim plugin
[Conqueror of Completion](https://github.com/neoclide/coc.nvim) is a plugin for Vim?Neovim that provides code completion.
Add to `~/.vimrc` the following:
[Conqueror of Completion](https://github.com/neoclide/coc.nvim) is a plugin for Vim/Neovim that provides code completion.
Add to `~/.vimrc` for Vim or `~/.config/nvim/init.vim` for Neovim the following:
```
call plug#begin('~/.vim/plugged')
Expand Down

0 comments on commit 76830f4

Please sign in to comment.