Andy Russell
Andy Russell
I was browsing the online [`lsp.txt` help page](https://neovim.io/doc/user/lsp.html) and I noticed that the links to lua functions are broken (see the link to `vim.lsp.omnifunc`, for example). [The link itself is...
The pulldown-cmark renderer and external renderer could be reimplemented in terms of this trait. It could also be extended to support formats beyond markdown, like plantuml.
Some editors (nvim, xi) support sending plugins buffer data incrementally. We should support this and not require the client to send the entire document on every update.
My use case is that I'm implementing a screen locker where I am only interested in authenticating the user, not checking their account validity.
[rustfmt](https://github.com/rust-lang-nursery/rustfmt) provides the `cargo fmt` command that automatically runs `rustfmt` on all binary and library targets. It would be useful to allow cargo clippy do this as well.
This is mostly a cosmetic change. It will make the repo's language appear as "Shell" on GitHub.
I moved the code for installation after the code for updating to allow supplying packages to a -Su command. That is, it is now possible to install packages by issuing...
It works as expected on Chrome. Using Esc directly also works on Firefox.
Reopening issue here for visibility. cc https://github.com/PistonDevelopers/piston-examples/issues/408 Machine: MacBook Pro 15 inch, 2017 OS: MacOS 10.12 Graphics: Radeon Pro 555 2048MB Intel HD Graphics 630 1536MB Attempting to run the...