SuperCuber
SuperCuber
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...
**Describe the bug** Using lein and nvim. Let's say I have a function that is defined in a library. If I "go to definition" on it, I as expected see...
Using a random repo I have: ``` $ git-hours total commits: 1371 $ git rev-list --count --all 690 ``` Maybe it's duplicating commits that were merged from another branch?
- [ ] Finish setting up lsp, snips, rust inlay hints --- - [ ] configure quick import assist grouping in rust-analyzer - [ ] Make a list of all...
``` noulith> debug 5; # same with echo and write noulith> flush; noulith> print; noulith> # ??? noulith> print ""; 5 noulith> ``` This is in neovim terminal on macos...
I'd love there to be an AWS athena adapter. I see there is some work started on a DynamoDB adapter: https://github.com/tpope/vim-dadbod/pull/164 , and Athena should be similar-ish. I would love...
After this change, the flag will be available in global.toml in ```toml [settings] recurse = false [package.files] whatever... ``` - [ ] Fix bug with removing directory symbolic link on...
### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have updated the plugin to the latest version before submitting...
The command generation in this part of the code: https://github.com/clojure-vim/vim-jack-in/blob/7fed7961a8b59265dc34c27c4cdbc410b3c25a73/autoload/jack_in.vim#L46 uses single quotes which don't properly work on Windows. I only tried `:Lein`, but a successful command for Windows looks...
Hey, I'm trying to run a discord bot using serenity and songbird on an alpine docker container. However when trying to join a voice channel it segfaults on this line...