Jan Ph. H.
Jan Ph. H.
@gegogi Can you try again with current master HEAD? I was able to compile Zig on ubuntu 20.04, so I this should also work.
Was this fixed by https://github.com/ziglang/zig.vim/commit/54c216e5306a5c3878a60596aacb94dca8652ab9 or is anything missing?
Excellent summary, although rough expected memory usage is not (fully) addressed yet (nit): - 1. Downscaling factor or limits and number of images is afaiu, a `sixel*width*height`, but I do...
> How were 2*height and 3*height determined here? ``` ------ above (shell height) ------ current (shell height)
I'll got stuck how to provide `params` necessary in a module from the action "validate": ```lua -- $NVIMRC/lua/my_over.lua local has_overseer, overseer = pcall(require, "overseer") if not has_overseer then vim.print("no overseer")...
From what I understand, this would require 1. some sort of introspection into `(idindex_tasks)` and it would 2. be needed to load the tasks with explicit ids instead of using...
Thanks @itsfrank, I have not been following harpoon2 development much. Code looks like a good first start. Semi-related: Does casual buffer assignment, selection and do advanced use cases for shell...
Thanks, I did adjust the issue.
I leave that to you as maintainer and code owner. ;-)
I can reproduce with a huge repo and `map('n', 'gf', [[lua require('telescope.builtin').git_files()]], opts) -- git files` with inserting `mai` (final oom), but its more obvious with grepping. Lazy plugins: ```lua...