Conversation
|
vimhelplint reports some issues: |
|
With Neomake you can run |
|
I removed the error message but the warnings about the long lines are wrong.
Seems the problem was with neomake. |
doc/deoplete-jedi.txt
Outdated
| let g:python3_host_prog = '/full/path/to/neovim3/bin/python' | ||
|
|
||
| Note: deoplete only requires Python 3. See |nvim-python-quickstart|. | ||
| Note: deoplete only requires Python 3. See h: nvim-python-quickstart. |
There was a problem hiding this comment.
That does not work for me.
It seems to be provider-python in current Neovim - changed in neovim/neovim@37f560ae.
So it should be |provider-python| probably (assuming that 0.2.0 is released soonish).
|
I do not get your last comment. |
|
You might have been fooled by Vim's conceal feature to make |
|
@blueyed Sorry for the late reply. |
|
@zchee |
|
@blueyed Yeah, good idea. |
|
@blueyed Ah, sorry. ghost said
So, now you suggested point is only of this?
|
|
Remaining warnings are only about length: Make sure to I would also use spaces instead of tabs throughout the file. |
I see, Thanks. So, I should fix only of column length to less than 78, right?
got it. BTW, Do we need magic comment such as these? |
|
Not sure about the modeline ("magic line") - let's keep it. |
|
Why it is suspended? |
created vim help file for #83 . I hope everything is correct.
If I should add more things to the help file please tell me.