We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gen_help_html.lua
float
position: fixed; left: 67%;
<pre>
--serif-fonts: Lato, Cambria, Garamon, Palatino, P052, serif;
main.css
<code>
:help
*foo*
The text was updated successfully, but these errors were encountered:
Related:
Sorry, something went wrong.
in the API docs, it's hard to visually pick out functions due to them being the same color as the rest of the text
See neovim/tree-sitter-vimdoc#110
No branches or pull requests
How to help:
gen_help_html.lua
Problems with layout of user docs
the right-side menu (table of contents) is too far away from the main contentfloat
property and setposition: fixed; left: 67%;
Problems with style of user docs
normal text is smaller than code ("preformatted") text<pre>
--serif-fonts: Lato, Cambria, Garamon, Palatino, P052, serif;
frommain.css
.<code>
style that stands out while still keeping with the theme.:help
tags (*foo*
tags in the vimdocs) that stands out while still fitting into a normal sentence.The text was updated successfully, but these errors were encountered: