Folke Lemaitre
Folke Lemaitre
I don't think it's as simple as this change. If I remember correctly two config files are now also needed. I've gone through the process for one of my projects,...
This one: https://github.com/folke/lovelace-styler Needs both: - [release-please-config.json](https://github.com/folke/lovelace-styler/blob/main/release-please-config.json) - https://github.com/folke/lovelace-styler/blob/main/.release-please-manifest.json
Merged. Fingers crossed :)
@echasnovski: It seems that it's somehow triggered by https://github.com/echasnovski/mini.diff If I disable the plugin, I can no longer reproduce the segfault.
I've tried isolating the issue further with just the mini.diff plugin, but I'm not able to trigger it with that plugin alone, so there's for sure some interplay with other...
Was able to reproduce it with `lua_ls` and `mini.diff`: * start `nvim -u repro.lua` from the neovim directory * this will also open `_comment.lua` * make sure `lua_ls` works and...
all three of the diagnotsic config, signcolumn and statuscolumn need to be set to trigger the assert
I've refactored the code a bit. Would be great if you could verify/test so I can merge.
I only just noticed you're the same person :) Yes, docs are auto-generated. Let me know when it's ready to merge
Yes, better to set it to `""` I guess