Antoine Cotten
Antoine Cotten
Actually it seems like I was wrong about this: > `GoRename` shells out to an external command > -- https://github.com/ray-x/go.nvim/issues/482#issuecomment-2247743882 The documentation might be a bit outdated (?). `GoRename` seems...
@sainnhe I don't have a strong opinion about this since I don't use `CurrentWord` myself. What do you think? --- A note regarding local customizations: you don't need to override...
I personally think that this is a sensible change. `bg3` is currently [only used for inactive tabs and list characters](https://github.com/sainnhe/everforest/blob/4ce8ea3588265dd7d82113d3a937f53c59685164/palette.md#highlights) so using it for `CurrentWord` is unlikely to result in...
@sainnhe while I agree with you that a higher contrast can cause distractions, in practice I found out that most situations aren't as extreme as the example you posted. There...
Would you happen to have another light colorscheme you can test with and post the screenshot, so that I can better understand whether the problem comes from Vim or PowerShell?
PowerShell's default `Get-ChildItem` colors are notoriously bad and not adapted to light terminals. Tweaking things inside the colorscheme is somewhat possible, but feels like a stretch (this is a _Vim_...
It's great that it works for you, and I appreciate you sharing your solution. However such changes can't be accepted here because they don't apply universally. What works in PowerShell...
To monitor the host you probably want to run docker-elk with the following 2 extensions enabled: - https://github.com/deviantony/docker-elk/tree/main/extensions/metricbeat (metrics) - https://github.com/deviantony/docker-elk/tree/main/extensions/filebeat (additional logs) Pay attention to their respective README, both...
Closing due to inactivity.
The current stable still includes the `-rc` in its version, so it probably still makes sense to merge this. ```console $ awsume --version 4.5.5.rc ```