Latif Sulistyo
Latif Sulistyo
excluded pattern didn't work too. ```shell ❯ cat ~/.config/fd/ignore .git/ .cache/ !.cache/yay/ !.cache/paru/ .local/share/cargo .local/share/go .local/share/yarn node_modules/ dist/ out/ .next/ ❯ pwd /home/latipun ❯ l .cache Permissions Size User Date...
Sorry to bump. Any update to this issue? I still has this same issue now.
That's something unpractical for me. I don't understand rust yet (and the learning curves). 😔
Hi @dandavison, thank you for your attention. Even if we don't delete the completion in this repo, there's no harm/difference. The completion is just won't load, it's just same as...
I'd like to see this official stable branch AUR package managed by LunarVim team 👍 and stable already released more than week ago 🚀
`winget` now support portable software installation: https://github.com/microsoft/winget-cli/releases/tag/v1.3.2091 Didn't require installer, CMIIW it only require the portable binary (*.exe). If `fnm` release the exe file (not inside zip), I think it...
> I don't have any Android devices. What OS arch is it? maybe there's a feature flag we need to provide by default? Another build pipeline in CI? @Schniz, I...
Any way to get tag_preview's wallpaper background to be the current one set by the wallpaper module?
I want to know this too ... Here's my use case: https://github.com/BlingCorp/bling/discussions/160 _Sorry for opening the discussion (duplicate of this issue), I really miss this issue_
These callbacks are for showing [notify](https://github.com/rcarriga/nvim-notify) window when loading session via telescope as suggested in #24, also clearing all buffers before loading session. Callbacks Example ```lua telescope = { before_source...
> Thanks, but [as I said](https://github.com/marlonrichert/zsh-autocomplete/issues/483#issuecomment-1254604647), I already found a fix: > > > Modifying the change in [96bbb5b](https://github.com/marlonrichert/zsh-autocomplete/commit/96bbb5bb5b3698ca23d54ee28eb595a3727bf6df) fixed your test case for me. @marlonrichert , please push the...