Ludovic Fernandez
Ludovic Fernandez
Current version number in `fundle.fish` from the `master` branch doesn't reflect the actual latest release tag on the remote. This made `fundle self-update` download the same file again any time...
After a quick look through `fundle.fish`, I noticed that `__fundle_init`'s return value isn't used anywhere. In a way, it makes sens because it is not a function that fundle itself...
Hey, thanks for the plugin, works like a charm ! However, before switching to the builtin LSP, I used CoC with a bunch of plugins (mostly TypeScript oriented stuff) and...
Exit codes matter. Add a separator and a line showing the exit code after executing the script (or the interpreter's exit code if the script failed during execution).
TypeScript is my main language and I use it daily, and I also do a LOT of type wizardry so this plugin is a godsend. However, I use CoC with...
## Context I'm using `winbar` to display a discreet status bar atop my various splits, and I like to disable the default status bar altogether for that, using `laststatus=0` ##...
First of, very nifty little plugin, it pairs wonderfully with `nvim-treesitter-context` and they complement each other well~ However I have one small grudge with it at the moment. I have...
[`EntityPlayer:AddActiveCharge()`'s documentation](https://github.com/TeamREPENTOGON/REPENTOGON/blob/main/docs/docs/EntityPlayer.md#addactivecharge---aria-labelfunctions-) mentions the following: > `FlashHUD` appears to be redundant. Chargebar flashes regardless of using true or false. However, this is not true. I've been making an active item...
+ Slightly better start perf: No need to climb the directory tree + More flexible: Either runs the locally installed version or asks to install it temporarily* + Jest users...
I use splits extensively, and for that reason I have added [`anuvyklack/windows.nvim`](https://github.com/anuvyklack/windows.nvim) to my plugin list. An issue raised by this is that `jest.nvim` opens the test(s) in an _unfocused_...