Marcin Charęza
Marcin Charęza
So I've noticed that there was some work done recently to fix this, as `plugin/nvim-treesitter.lua` contains this snippet: ```lua api.nvim_create_autocmd("ColorScheme", { group = augroup, callback = highlight.set_default_hlgroups, desc = "Set...
Same for ``
Hello there, I have encountered a situation where fish hangs upon process substitution, like in `paste (tail -f foo | psub) (tail -f bar | psub)`. Bash analogue works fine....
No worries, my branch has served my needs well, and I underdstand you're doing this basically for free, no need to apologize :) Your suggestions seem pretty neat. If you're...
Sorry for the delay. I incorporated your suggestions. The logic is encapsulated in the new function. Now it's possible to activate virtualenvs inside `$VIRTUALFISH_HOME`, and in directiories pointed by absolute...
I noticed that the feature doesn't play well with paths containing spaces. From what I understand, fixing that would require making some changes to the `vf` function. I might look...
I too have noticed this when trying to Subvert both `file_name` and `fileName`. I found that adding this line in definition of `s:create_dictionary` fixes the issue: ```diff diff --git a/plugin/abolish.vim...
for me it was treeview. removing `g:netrw_liststyle=3` from my vimrc seems to work
Yeah, I guess I should have checked the RFCs first instead of just going straight for the code. Just glancing right now I see that RFC 6241 mentions [validation capability](https://datatracker.ietf.org/doc/html/rfc6241#section-8.6)....
That sounds sensible. Let me know when you check out the PR. No pressure, of course. We have the workaround and this is open source after all.