yuvals1

Results 5 comments of yuvals1

Hey @tchaton, Thanks for the response. So I tried your suggestion and unfortunately now the process can't find Cuda for some reason: `CUDA driver initialization failed, you might not have...

turns out this line was the problem: ` vim.keymap.set('t', '', '', { desc = 'Exit terminal mode' }) `(it's default in kickstart) also - toggleterm with this configuration made the...

any idea why would toggleterm affect yazi.nvim (and other nvim tui plugins) so bad? (by the way i didnt remove toggleterm altoghter, i just changed it to this configuration: ```...

how exactly are forgit completions supposed to work? i have good completions for git. i have this line in my zshrc for forgiit: `[ -f $HOMEBREW_PREFIX/share/forgit/forgit.plugin.zsh ] && source $HOMEBREW_PREFIX/share/forgit/forgit.plugin.zsh`...

``` ❯ for line in $fpath; do grep _git-add "$line/"**/*(-.); done /usr/local/share/zsh/site-functions/_git-forgit: add) _git-add ;; /usr/local/share/zsh/site-functions/_git-forgit:(( $+functions[_git-add] )) || _git /usr/local/share/zsh/site-functions/_git-forgit:(( $+functions[_git-add] )) || return 1 /usr/local/share/zsh/site-functions/_git-forgit:compdef _git-add forgit::add /usr/local/share/zsh/site-functions/_git-forgit:...