MordechaiHadad

Results 150 comments of MordechaiHadad

@fgheng hey unfortunately not fully, what I want is: I want to have specific color for each gps symbol, for example: function have icon color yellow, property light blue etc......

@fgheng I looked it up, doesn't seem like gps provides a way to do it, the only thing you can change are the icons :(

Looks like a cool idea, it wouldn't be hard at all. But from 0 to 10 how much do you want that feature? the reason I'm asking is because that...

@weilbith fair enough, I will start looking into this... but don't expect it right away as i'm currently working on 2 different PR and a personal project 😅

It seems for now that the commands that are required to be ran in order to build neovim from source on windows are: (MSVC only) ```sh mkdir .deps cd .deps...

currently only builds successfully when using `Developer PowerShell for VS 2022`

You could in theory use `Import-VisualStudioVars` from this https://github.com/Pscx/Pscx but 1. I dunno how to do that, instructions unclear 2. This still limits you to being stuck with one shell(powershell)

I'll probably just add the commands above and specify that it will require using VS Developer shell for now... and try to come up with a better solution in a...

This issue is basically done but one con is needing to use the VS Developer shells now

> It would be nice if we can also specify the repository source, in case we want to build from different branches or entirely different forks. Yeah it would be...