Elías Martínez
Elías Martínez
I'll work on it
Same here 
> vim.api.nvim_set_hl(0, "TelescopePromptBorder", {fg = oxocarbon.base02, bg = oxocarbon.base02}) > vim.api.nvim_set_hl(0, "TelescopePromptNormal", {fg = oxocarbon.base05, bg = oxocarbon.base02}) > vim.api.nvim_set_hl(0, "TelescopePromptPrefix", {fg = oxocarbon.base08, bg = oxocarbon.base02}) > vim.api.nvim_set_hl(0, "TelescopeNormal",...
> What does 'looks off' mean? Thats very vague. What exactly is the issue? Some parts of the user interface are missing, see my screenshot. Like ''Results" title or the...
Hey @maaslalani I'd love to work on this one. I've got a few ideas about how to approach it but I believe would be great to have some guidelines. How...
> Hey @elmarsan, awesome that you're interested in this issue! My thinking is that you have a command (let's call it `Include` or `Source`) that you can use to reference...
This one can be closed, as we've added the feature in #276 But remember the command is not ~~Include~~ it's `Source`
Hey! I agree with you guys. I believe it would be more easy to work just adding a few packages. However rearrange the structure depends on personal tastes. @maaslalani @rm-dr...
I'm my mind I've got something like this: - `pkg` (vhs internals) - `lexer` - `parser` - `command` - command_x.go - command_x_test.go - command_y.go - command_y_test.go - `cmd` (Cobra commands)...
Hey, I'm having issues with the workflow. The tests are running fine on my local machine, but I suspect there might be a problem related to ttyd. After reviewing the...