Arne Van Maele
Arne Van Maele
You can easily map C-k if you want FYI ``` inoremap cc cnoremap : ```
No worries, I was thinking about making a PR myself for this if you want, we can still see if we add this to the plugin itself based on how...
In addition to this, is there a contributing guideline? The only other project I have contributed to was null-ls. Theirs is pretty straight forward, but of course should be adjusted....
I get an error saying "cannot handle more than 26 refs" So I guess there's too many branches on the repo I'm running it on. I can do some more...
After some investigation, I came across several potential solutions here: https://stackoverflow.com/questions/3161204/how-to-find-the-nearest-parent-of-a-git-branch However, none of the solutions I tested were effective in all scenarios. Some solutions failed when dealing with remote...
What if, instead of having the command hard-coded, we provide an option for users to customize the behavior by allowing them to add their own script or hardcoded string during...
That might be a better resolution! I'll see if I can find some time to make a PR for this 😄
Update: This is a better workaround: ``` vim.api.nvim_create_autocmd("FocusLost", { group = vim.api.nvim_create_augroup("NeoClipFocusLost", {}), pattern = "*", callback = function() require("neoclip").db_push() end, }) vim.api.nvim_create_autocmd("FocusGained", { group = vim.api.nvim_create_augroup("NeoClipFocusGained", {}), pattern =...
Yep, that was what I did locally (well I exposed the whole libivy library, but that's not needed I guess)!
I seem to have the same issue, using Foot terminal on Fedora Wayland. > Typing k8s though, works everywhere including ghostty, so is , the culprit? But going further through...