Rui Ferrão

Results 32 comments of Rui Ferrão

Same thing here: https://david-dm.org/academia-de-codigo/noire-server

@felipesere the only thing the plugin exports is basically a `set` [function to load everything](https://github.com/shaunsingh/nord.nvim/blob/a6bb6a8b71fdd5329d0ae0fd637e700b12e4a5cb/lua/nord/init.lua#L14), which makes it impossible to override or customize individual colors. We can always override using...

I am also getting issues with this. Not only that error message, but dimensions stay wrong for 1 second until that `handleResize` method runs.

> the ability to search the tree with `/` would be super helpful as well This is a lifesaver @ConradIrwin ! There is already #17547 , but what I feel...

On the latest stable version, 0.185.16, I can scroll up and down with `j` and `k`, can go all the way to the bottom with `G` and back to the...

I confirm that I also get `ReferenceError: setTimeout is not defined` in `27.0.3`, the scenario is as follows: ``` afterEach(jest.useRealTimers); it('test A', () => { jest.useFakeTimers(); jest.spyOn(global, 'setTimeout'); // run...

`zsh` allows me to install [fish-like autosuggestions](https://github.com/zsh-users/zsh-autosuggestions), which is the only thing that I actually miss on the `bash` + `starship` combo.

> Yeah, zsh is amazing. I wish [@dhh](https://github.com/dhh) could make it a default one with omzsh, or the powerlevel10k themes There is nothing I miss from `omzsh` due to `starship`...

> You can get highlighting and autosuggestions just like zsh/fish with ble.sh, check it out! It seems to do much a lot of things that `starship` already does. I just...