rayx
rayx
I only saw it twice so far and will try to capture more info when I saw it next time. It might be the LSP server parser trying to open...
Yes. I am using nvim-web-devicons plugin. So some of the fonts are from devicons but not in nerd fonts. Also noticed that the ligature is not working.
I solve this by using a manually patched nerdfont. But it took lots of efforts. Would be great neoray can load the graph vector from a built-in default font.
I think for plugin authors to create an LSP server (similar to Null-ls) for none LSP features is a bit too much. take vs-code codelens for example, any plugins can...
* Codelens appear way ahead of LSP codelens. In fact, most codelens in vs-code do not relate to LSP and the concept is so popular that MS brings it into...
I agree there are lots of ways to achieve the goal. e.g get/set_extmarks. My plugin A can get extmarks of codelens and append on it, and my plugin B need...
> > My plugin A [...], and my plugin B need to search it again and append on the result of plugin A and so on...... But what if plugin...
I think it relates to this: https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/273 I will keep an eye on it to see if any breaking changes require me to update the plugins.
Is elixir return markdown. I am not sure if it is a default setup for elixir.
Could you share a screen shot. I am not 100% sure what you mean by `method placeholders`