We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fixes #1311
Updated Vim and Neovim (markdown)
The function is called nvim_buf_set_option, not buf_set_option. See the documentation here: https://neovim.io/doc/user/api.html#nvim_buf_set_option()
Recover from com[m]a
Remove `debug` from argument.
Fixed broken arguments
Fixed Neovim language server description for Julia 1.0
Change stdin and stdout global variables to lower case
Updated Vim\ Neovim (markdown)