Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
update requirements on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
roxma committed Oct 23, 2017
1 parent 85db654 commit 5dce411
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ created the extension.

## Requirements

- `has("python3")`.
- For Neovim:
- `has("python3")`
- For Vim 8:
- [roxma/vim-hug-neovim-rpc](https://github.com/roxma/vim-hug-neovim-rpc)
- `g:python3_host_prog` pointed to your python3 executable, or `echo
Expand Down
8 changes: 6 additions & 2 deletions doc/nvim-completion-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ Main features:

Requirements:

- `has("python3")`.
- For Neovim:
- `has("python3")`
- For Vim 8:
- [roxma/vim-hug-neovim-rpc](https://github.com/roxma/vim-hug-neovim-rpc)
- `g:python3_host_prog` or `python3` in your `$PATH`
- `g:python3_host_prog` pointed to your python3 executable, or `echo
exepath('python3')` is not empty.
- [neovim python client](https://github.com/neovim/python-client) (`pip3
install neovim`)

Install the required pip modules for your python3:
>
Expand Down

0 comments on commit 5dce411

Please sign in to comment.