三咲雅 · Misaki Masa

Results 26 comments of 三咲雅 · Misaki Masa

I made another version, paste it here in case someone needs. Thanks to @Luceurre ```lua vim.api.nvim_create_autocmd({ "FileType" }, { pattern = "Trouble", callback = function(event) if require("trouble.config").options.mode ~= "telescope" then...

> `layout = [ 1, 4, 3 ]` - From what I can tell it is an array of three integers, where each integer ranges from 0 or 1 to...

> I have a working draft of the schema - where should I put it for now? Maybe we can create a new repo in `yazi-rs` org?

> I mentioned generating docs from this earlier - I found this generator that can generate markdown files from a schema: https://github.com/coveooss/json-schema-for-humans. I think the output is pretty ugly but...

> That would be nice! We could also experiment with generating documentation there before we try it on the docs repo. Done. https://github.com/yazi-rs/scheme > I was thinking we could fork...

> This is a little picky but I think schema makes more sense than scheme (for the repo name)? Okay, done!

I really want to see Zellij support kitty graphics protocol, which is currently the most complete and advanced. It supports [Unicode placeholders](https://sw.kovidgoyal.net/kitty/graphics-protocol/#unicode-placeholders), I think this could solve the stuttering issue...

> Is there something that needs to be done on zellij's side for this to work? I'm testing yazi (with the latest commit) from inside zellij, but image previews still...

Thanks for your PR! I plan to reimplement zoxide as a plugin to provide more flexibility, which will eventually deprecate the `jump` command, conflicting a bit with the content of...