Folke Lemaitre

Results 960 comments of Folke Lemaitre

The toggle already works as intended. What you are proposing is showing more inlay hints by default, but I'm not a fan of that. You can of course do this...

not worth it to put into (2?) extras. there's zero to no config in here. Check the contribution guidelines for more info

The dot extra does **not** configure the `sh` filetype, it only does so for `.env.*` files. Neovim sets the `sh` filetype, so we follow the same.

Loading universal variables from `fish_variables` is currently much faster than specifying them as globals in your `config.fish`. See also my proposal https://github.com/fish-shell/fish-shell/issues/7432

This should be fixed now. Do let me know if you'd still encounter this!

This should be an extra instead of overwriting all refs to nvim-cmp. Haven't tested this, but doing something like: ```lua { "hrsh7th/nvim-cmp", url="magazine url"} ``` And the same for the...