Tim

Results 12 comments of Tim

> I might be running into something similar. I use lolcat output to colorize the NeoVim logo, the command works correctly in the terminal but the fille that gets cached...

After looking into it for a bit, I'm not sure if it's THE root cause, but in dashboard.lua under the terminal function, if you look in jid = vim.fn.jobstart(... on...

Yeah I can give that a shot. Where should I look? I just went and looked for that var in the dashboard lua file and couldn't find it, and I...

Assuming I understood correctly, I added that in the jobstart function which is where pty is set to true. This was the result. We could probably just expose the pty...

This is how I have mine configured (the relevant part of my snacks plugin lua file) ```lua dashboard = { enabled = true, sections = { { section = "terminal",...

I just started using Wezterm an created my own background and have noticed this as well. If anyone isn't actively working on this, I'll make a branch and take a...

Just a follow up (I've spent way too much time on this). I initially thought it was some kind of padding issue but realized that no padding is being used....

Hey I'd like to maintain this package! I'm looking to contribute in general to Solus and I'm a big fan of wezterm.

Just wanted to throw in here that I'm also running into this issue. I'm on Solus Linux and when I run clang -v, I don't see any gcc candidates. brew...