Iain King-Speir
Iain King-Speir
@tlindsay I managed to get `nvim-autopairs` to do this via a hack I mentioned [in #147](https://github.com/windwp/nvim-autopairs/issues/147#issuecomment-952639522). This is a slightly improved version of the code I posted there: ```lua local...
I've opened a PR which should fix your issue, @lumbo7332. It doesn't quite tackle the core problem of this issue, which seems to be that Dotter config entries which point...
The docs are a little cryptic, but the purpose of both `endofline` and `fixendofline` seems clear to me. `endofline` indicates whether the file has a trailing ``, as Vim doesn't...
Huh, you're right. With `:set ts=1 sw=1`, the correct indentation is applied.
Per RFC 2616 (https://datatracker.ietf.org/doc/html/rfc2616#section-3.5), `Content-Encoding: identity` should never be used: > identity > The default (identity) encoding; the use of no transformation whatsoever. This content-coding is used only in the...
I can't think of a better solution than `vim.schedule()`, but it seems to work fine in testing and in normal use. It'd be nice to have an explicit guarantee that...
I think I wrongly assumed you would be notified when I pushed commits, so this has sat open for longer than I expected. Sorry about that. Anyway, I've revisited this,...
I actually couldn't find any other uses of `.is_err()`, `.is_ok()`, `.is_some()` or `.is_none()` in an assert, but I pushed a commit to fix the one you noticed. And, since I...
Can confirm 2d917106d172d8a207042f357c8d983afd391050 fixes this, closing.
Now that #19 has been merged, you should be able to build and run the conversion tools on macOS, unless I overlooked something when porting them. See https://github.com/elasota/Aerofoil/issues/8#issuecomment-2290952634 for more...