My Arcana

Results 10 comments of My Arcana

The option could be called `autochdir` (bc it does exactly what `autochdir` does) and it seems more reasonable to specify it in the `detection_methods` list: ```lua { -- Manual mode...

Mine has even less highlighting than yours. Treesitter considers everything inside of `` to be one single `raw_text` node, which receives no syntax highlighting at all.

I have this error because I wrote some custom queries in my local version of treesitter ages ago and forgot about them, but it means packer is refusing to update...

Seems to be in ascending UTF-8 codepoint. Are there other interesting or useful properties of the ordering of the lines in the file?

I don't think inner objects should include whitespace at all. Only outer objects should include surrounding whitespace.

You're right! I meant stroke order when I said "draw", it knows the stroke order of and draws the strokes one-by-one for many many characters that I can't find data...

I think those are fair points. My own personal history of wanting to solve sporadic network latency has always been with wifi, and was because of interference or bufferbloat. At...

Maybe display a different terminal background color in that column of the graph terminal, and not plot anything at all. But in this case, when the buffer is very large,...

https://github.com/orf/gping/issues/409 is the same issue but for ping instead of commands.

I am also having a problem trying to make an `include_surrounding_whitespace` function now, ```lua include_surrounding_whitespace = function (a) print(vim.inspect(a)) print(vim.inspect(a.query_name)) ... ``` prints ``` { query_string = "@attribute.outer", selection_mode =...