injectme.nvim icon indicating copy to clipboard operation
injectme.nvim copied to clipboard

Neovim plugin to help setup language injections with treesitter

Results 5 injectme.nvim issues
Sort by recently updated
recently updated
newest added

I often use rpy2 to use R from python - this highlights all strings tagged with #R in their contents. Thanks for building this btw., it was really nice to...

When the buffer is parsed by treesitter, an ad-hoc written comment could activate one or more pre-saved injection

In many programming languages constants must or should be written in uppercase. For this reason often the variables containing the snippets of code that needs highlighted injection is in constants.

When `reload_all_buffers = true` is set (standard), all buffers are reloaded to reset treesitter. This is quite cumbersome. One would expect, that there is a possibility to just restart treesitter....

enhancement
help wanted
good first issue

A small visual improvement I could see is that it would increase the readability quite a bit when the injections would also add a different background color. Similar to how...