TJ DeVries
TJ DeVries
It might be nice to be able to do something like this: ```vim let g:colorpal_palette = { 'red: .... } " call sphl#add_color(new_color_name, old_color_name, modifiers) call cphl#add_color('dark_red', 'red', ['dark', 'dark'])...
```vim CPHL Function blue,bright - bold CPHL pythonBuiltinFunc Function,dark,dark Function Function CPHL vimFunction Function,dark,dark Function Function ``` This works fine. However, when I only use one `dark` it seems to...
Hi, Sorry, this is a bit random but I don't know of any other way to contact you. I'm trying to find someone who can speak about vim9script at https://www.vimconf.live/...
WIP: Will update this later :) Also will try and fix: - https://github.com/nvim-telescope/telescope.nvim/issues/684#issuecomment-828517987 - https://github.com/nvim-telescope/telescope.nvim/pull/521/commits/0db1c19c624b60bee3d5174d00421b206ed35fa5# And I'll add docs when I'm done as well. Hopefully this is backwards compat, so...
This might actually work. This moves to refresh-rate based redrawing of the screen. Next up I want to do smarter redrawing and probably some other stuff too, but this actually...
hi rust-analyzer team I'm one of the engineers at Sourcegraph (and have done a few small changes related to the LSIF work done in rust-analyzer). Recently, we've moved to a...
Pretty much title... Could be cool to open a floating window on top of the lazygit one. Just a thought :) Don't know if it's possible or not.
I'm about to try out your plugin finally :grin: I was thinking you could add the configuration you list for nvr (at least for nvim items) all within `plugin` just...
Hey, I've got this PR here: https://github.com/nvim-treesitter/tree-sitter-lua/pull/1 It might provide some inspiration on how we might do this. I know @vigoux was thinking about making an injection language for parsing...