Moka Schitta
Moka Schitta
I'd be interested in having a flag for this, too.
I found a workaround for now. If I hardcode the paths as a profile all unix style and leave the current password-store field blank, everything works properly. This is still...
I'd be interested in this addition, too.
Can confirm that this is bugged. My workaround right now is to disable treesitter for indentation with something like this which works: `cmd("autocmd BufReadPost * :set indentexpr=")`
I am pretty certain that the behavior was not consistent across platforms. Will try to put up a sample for at least linux and osx in the next couple of...
cool,I don't mind including `` myself for now but i'd appreciate it being fixed on `master` eventually as I add `span` as a submodule.
can confirm on arch linux with nightly kitty and nvim.
I don't have sqlite storage enabled. I am not very familiar with the internals of nvim. If you clarify how I can add some debug logs to `FocusGained` I will...
I will have to look into that. I don't think that this approach will work for stencil/cover approach (which is what Tarp is doing) as a stencil buffer value is...
Yeah, that's what I thought. Generally speaking, it does not really fit into the flow of how tarp works. What I'd recommend to do if you need AA for now...