neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

Doc updates: Indentation and underline length #454

Closed farisachugthai closed 3 years ago

farisachugthai commented 3 years ago

Building the docs raised errors for me because the lines under the headers were too short.

In addition, a few of the code blocks weren't being properly highlighted (I.E. the bottom of https://pynvim.readthedocs.io/en/latest/usage/remote-plugins.html ) so I changed the lexer to signify that the code blocks are run inside of Vim and fixed the indentation and that seems to have worked for me.