Ani Aggarwal
Ani Aggarwal
Just checking in as its been a while... are there any plans to add support for shortening lines? Will there be at least an optional way to have black shorten...
I figured out how to make this work, but its a hacky solution. Would be cool if there was official support for this in neoterm This is what I have...
Ueberzug was installed via pip in the conda environment. Output of `which ueberzug` when in my base env (which **does not** have ueberzug installed): `/home/ani/miniconda3/bin/ueberzug` Output of `which ueberzug` when...
Thanks for the details instructions! Installing `attr` did not work I followed your instructions, and installed the dev gtk3 like so as I'm on Ubuntu: `sudo apt install libgtk-3-dev` In...
That didn't seem to work unfortunately. I changed the ranger's shebang to my utils conda env which contains both ranger-fm and ueberzug. All works as expected when I have activated...
Thanks for the prompt reply. I'll look into the VPE project, thanks for the pointer. I somehow deleted part of my sentence when I posted. I was originally trying to...
I tried compiling on a Windows boot but I keep running into dll dependency errors. After copying over all the dlls and resolving each error, I got stuck on trying...
Oh, @arhanjain is correct, my apologies!
I get the following error when using that branch: `toggle`: ```lua E5108: Error executing lua ...acker/start/symbols-outline.nvim/lua/symbols-outline.lua:307: attempt to index field 'view' (a nil value) stack traceback: ...acker/start/symbols-outline.nvim/lua/symbols-outline.lua:307: in function 'toggle_outline'...
I am, except I'm just doing it at once as it should be equivalent. Config using packer: ```lua use { "rbjorklin/symbols-outline.nvim", branch = "fix-outline-detection", config = function() require("symbols-outline").setup({ wrap =...