kkharji

Results 187 comments of kkharji

Maybe it would be far simpler to abstract `Value` to `impl Into`. If `Value` is provided it will be no-op anyways.

> That might just be feasible as well :) So I tried to manually do it then realized the code is generated, in generated code, I have gotten away with...

Also ruler should ignore telescope windows somehow

my usecase is this: - `b` pick - not visible - press `` have telescope buffers open Though it works now, but there's a bit of delay from pressing space...

Okay found the reason of the delay and did this ```lua -- Prompts user to select a buffer then applies a function to the buffer ---@param func fun(buf_id: number) local...

Thanks for your quick reply, I'm working on a patch right now to make it optional.

I tried doing something like ``` if !get(l:config, 'autosort_fontmatter', 0) ".... call add(l:metadata, [l:match[1], l:match[2]]) " ... endif ``` and set `autosort_fontmatter` to 1 in my config, but no matter...

Yah 😆 I'm using l:config as I see it in the file and I suppose it access `CorpusDirectories` keys. is it okay if I port the part of handling the...

Oh I see, Yah I think tree-sitter would be better. Thanks Not sure if I need to open another issue for this, but when I tried it out on lua,...

Thanks @AckslD