Trevor Stone
Trevor Stone
The description of the `--type-add` flag says "… are recognized as being of (the existing) type TYPE." I interpreted this to mean that, when defining a new type, one must...
A couple things I'd love to see: * Determine the search directory from the file path. I noticed that if I'm in `~/foo/bar` and I edit `~/project/src/code.py`, any-jump doesn't find...
Has any progress been made on upstreaming the Kotlin syntax into the vim runtime?
I'm attempting to use Kotlin Language Server without a build system, using `vim-lsp` to edit standalone Kotlin files like ```kotlin package foo object FooMain { @JvmStatic fun main(args: Array) {...
I wrote https://github.com/flwyd/vim-conjoin to remove line continuation characters for several dozen filetypes (though I wasn't aware of Lua's `\z` and backslash-newline continuations inside strings). Conjoin cooperates with splitjoin's `gJ` as...
I added line-range formatting for Julia in the `vim-codefmt` Vim plugin in https://github.com/google/vim-codefmt/pull/230 by inserting and then removing `#! format: off` and `#! format: on` around the affected line ranges....
I was able to resolve this issue by setting `name:` on both the upload-artifact and download-artifact actions. Without that, I think the artifacts may end up in unexpected subdirectories.
I'm not sure how I feel about the default here, but I collected some data. According to ripgrep, 108 `.vim` files among the 98 plugins I have installed, 108 files...