Chris Grieser
Chris Grieser
can confirm, issue appears to be fixed. Thanks! 😊
You can hide the traffic lights already by assigning negativ values. `-70` for Traffic Light X completely hides the traffic light for me
thank you for all the recent improvements to the plugin
I also want to emphasize that this should be fixed instead of leaving it up to the user to add `export LS_COLORS=''`. It's also noteworthy that setting `LS_COLORS` to `''`...
I wrote a custom handler that does this: https://github.com/petertriho/nvim-scrollbar/discussions/65
Love all the custom pickers shared here, but the snippets were all so large, making it daunting to customize them. So I came up with a much simpler solution. Works...
prettier is the only yaml formatter I have tried that preserves blank lines correctly Considering I switched to `rome`, it feels bit annoying though to have prettier installed *just* for...
agree. As with many linters, this could be a `.ltexignore` file which also uses `.gitignore` syntax
@lukeleppan For a different use case, I once wrote a function to disregard markdown syntax from a word count, which you might snatch for this issue? (not making a PR,...
I also wanted to pitch in that a way to disable schemas just for a certain file would be much desired. [A rather convoluted bug results in ansible schemas being...