Steven Arcangeli
Steven Arcangeli
Unfortunately I have no idea why this would be failing. I just tried it again and those exact commands work fine on my machine (Ubuntu 20.04, Docker version 20.10.9, docker-compose...
Hmmm...I've seen this issue before, but it was fixed a while ago. The problem before was related to when the filetype got set; if it was set during another autocmd...
It looks like you are using treesitter for syntax highlighting, correct? I've tried looking around for other clues on what could cause the syntax highlighting to be cleared, and I...
Interesting. I still don't know how that could cause the highlighting issue, and I still wasn't able to repro the issue. Some things you could try: - Wrap the callback...
If anyone can get a repro that would be super helpful, but in the meantime you could also try out the change in #214. That PR is intending to fix...
Interesting, the default pinning for help buffers should allow them to be replaced by other help buffers. When I try to repro this (by doing `:help` then `:help autocmd`), the...
There is no way for stickybuf to tell the difference between switching buffers via `:edit`, or a file picker, or ``. If this bothers you, you could set the `handle_foreign_buffer`...
This would be difficult for the same reasons as #117. Right now there is exactly one way to move files to another location, and there is exactly one way to...
This is more a question for the [main repo](https://github.com/stevearc/pypicloud), as it doesn't have anything to do with docker. That behavior shouldn't be happening. If I had to guess, I'd say...
We're not doing anything specific with `timeoutlen`. Do you have multiple keybindings for those actions? For example, if you're having delay with `g.`, what is the output of `:nmap g.`?