Chris Lasher
Chris Lasher
>a template is for consistent and non-changing layout. If you need stuff to change multiple times, i don't recommend a template. I don't follow your comment. I simply want to...
@cohama To be fair, I only discovered the different popup menu states yesterday. I was reading the Vim documentation and trying to figure out what was happening. I was confused...
I just encountered this behavior. I'm glad this issue was reported and that it's being tracked by the chezmoi team. It's worth noting that #593 was closed and that it...
>If you want to put the config into a separate file for organization purposes, you can just return a table from any lua file and pass it to requires (like...
FWIW I use the the [nvim-treesitter plugin](https://github.com/nvim-treesitter/nvim-treesitter) which will launch more processes with `TSUpdate` command. I found I had to further reduce `max_jobs` to `60` to allow for that command...
I just ran into this issue trying to use completions for poetry ``` zinit ice as"completion" id-as"poetry-completion" has"poetry" run-atpull \ atclone"poetry completions zsh > _poetry" atpull"%atclone" zinit light zdharma-continuum/null ```...
@vladdoster Thanks for your help! I believe the `nocompile` was critical here, but also I added the `as'completion'`. This now works for me: ``` zinit ice \ as"completion" \ id-as"poetry-completion"...
I'm revisiting this issue this morning. They look more distinct now. I'm viewing this from the display of a M1 MacBook Pro (14" 2021). I know colors were being impacted...
I want to [restate my interest in helping](https://github.com/ytmdesktop/ytmdesktop/issues/1287#issuecomment-1938886568). I will happily donate or be willing to provide the Apple Developer Program account. That said, I'm not confident an ADP account...
@jaredkotoff Did you manually create that entry in the Keychain Access, or was it already existing? I didn't see such an entry named that in my `login` keychain. I tried...