Artyom Andreev
Artyom Andreev
Looks like CI is broken, can someone fix it?
Hi! The problem occurs very rarely, it's hard to understand why it happens. It raises data race between tests, but the only `t.Parallel` call is in function that runs suite....
Ah, already mentioned: ``` Also look at open for contribution checkers ``` Sorry for noise.
Can we get it merged, please? Also docs are needed to be updated, need fixing treesitter deprecations.
As workaroung setting `LS_COLORS` to `di=34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43` (converted from default value by https://geoff.greer.fm/lscolors/) helped. Maybe it can be useful.
`LSCOLORS` variable looks like a fallback variant of `LS_COLORS` since this library provides support for `LS_COLORS` first. But maybe the library should focus on one thing at the moment: `LS_COLORS`.
Well, netrw has the same behavior, nvim-tree too (issue https://github.com/nvim-tree/nvim-tree.lua/issues/2127) Maybe issue should be converted from bug to feature request.