mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 08:30:06 +08:00
459d676373
arty/typeshed/tests/stubtest_whitelists/py36.txt
21 lines
234 B
Markdown
21 lines
234 B
Markdown
# For deoplete-jedi test files
|
|
|
|
```bash
|
|
$ nvim -u ./tests/jedi-deoplete.vim tests/test-jedi.py
|
|
```
|
|
|
|
in nvim,
|
|
|
|
```vim
|
|
:UpdateRemotePlugins
|
|
:quit
|
|
```
|
|
|
|
again,
|
|
|
|
```bash
|
|
$ nvim -u ./tests/jedi-deoplete.vim tests/test-jedi.py
|
|
```
|
|
|
|
test it.
|