Stuart Fraser
Stuart Fraser
foeken, thank you. I cloned the repo, built the gem and installed it too. Work around for now I guess.
Is there a way to target the highlight color of the border? My colorscheme doesn't have a distinct enough menu background so I use the border to help but I'd...
After digging around the source I found the following and traced it back to where I could set it. https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/config/window.lua#L7 ``` window = { completion = cmp.config.window.bordered({ winhighlight = 'Normal:Normal,FloatBorder:FloatBorder,CursorLine:Visual,Search:None'...
I've also spotted an issue like this. When I try and export as CSV the main window disappears to the background. When I bring it to the foreground it is...
I can't complete exporting. The main app greys out and that tiny window appears in mission control. I'm guessing something in that tiny invisible window is supposed to let me...
We've also had to skip this library due to the PPX taking too long to do code gen.
+1 From the command line I use the gem git-smart and leverage 'git smart-pull' and 'git smart-merge' as my default strategy. I'd love to have these options. Fast forwarding branch...
It's useful to sort outside of classname in some contexts. I use tailwind merge and some of the strings I setup our assigned to variables which I appreciate sorted. I...
Ah, more digging and I think I see what's up. Embedded ruby in tree-sitter has no decent query mechanism. That's unfortunate. `(output_directive (code) @cd))` is as close as I can...
I'm getting the same error now in `eruby` as well