Uzair Aftab
Uzair Aftab
> sensible default that everyone using fish probably wants, that's why I I actually agree with this. I've been wondering since I started using lvim why things were slower than...
Smart idea. I like that. Kind of like the questions regarding Python dependencies? I.e, we can get something like: ```bash I see that you are using fish. Neovim is slow...
There is nothing about fish in `/etc/passwd`. I think the best way is to simply detect if the fish command exists? Assuming that it is in the path.
`command -v fish` should be sufficient, no? I think it's sensible to assume that if the user uses fish, then it'll be in the path.
When you run a bash command, for example a `bash script.sh` where the `script.sh` file is: ```bash echo "$FISH_VERSION" ``` The script prints nothing But, when I am in bash,...
An effect of changing the shell variable is that when running `:terminal`, you end up opening using shell, or bash og zsh etc.
> @waltermaldonado @chase @kylo252 @ChristianChiarulli @Tastyep @abzcoding > > This is something that comes up quite regularly. I agree that this shouldn't be part of the default config. > >...
> > How about we add this under Lunarvim.org? @kylo252 @abzcoding @jameswalmsley For example here: > [lunarvim.org/plugins/02-extra-plugins.html#octo](https://www.lunarvim.org/plugins/02-extra-plugins.html#octo) We could for example create a gist, and link to that, or write...
@abzcoding A block code 169 lines long seems kind of long....But I opened a PR in lunarvim.org, where we can take the discussion
@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 to...