Abouzar Parvan

Results 103 comments of Abouzar Parvan

> How about we add this under Lunarvim.org? @kylo252 @abzcoding @jameswalmsley For example here: > https://www.lunarvim.org/plugins/02-extra-plugins.html#octo We could for example create a gist, and link to that, or write it...

> Now the question is: A long ass config written directly to the site, or a gist? it would be nice to have all of them in one place, maybe...

@itsrxmmy can you check if this fixes your issue? https://github.com/LunarVim/LunarVim/pull/2404 ```shell Invoke-WebRequest https://github.com/guerra08/LunarVim/blob/fix/pwsh-installer/utils/installer/install.ps1 -UseBasicParsing | Invoke-Expression ```

for the first part, check if this method works or not -> https://www.lunarvim.org/01-installing.html#tips-for-users-in-mainland-china for the second part i have some examples in my own config, but yeah we should probably...

all the plugins are installed using git, so you should be fine just configuring a proxy for git https://gist.github.com/evantoli/f8c23a37eb3558ab8765

> @abzcoding Do you have a gist of a MVP working example of debugging in C/C++, if so I'll try and write a guide on those first and add that...

@kylo252 it is up to you, I'm fine either way 🤷

first off you don't need to use `:LspInstall` since you've installed it already i would also suggest adding it to override list to make sure you are the one setting...

make sure `glslls --stdio` works correctly in your terminal, also, can you try changing ```lua cmd = { "glslls", "--stdin" }, ``` to ```lua cmd = { "glslls", "--stdin" },...