Arne Van Maele

Results 14 issues of Arne Van Maele

# 🐞 bug report ### Is this a regression? I don't think so ### Description A clear and concise description of the problem... When making a simple fieldmask containing optional...

**Please read through the README and the Man pages before submitting** **Please also make sure that there isn't any prior issue describing this bug** **Describe the bug** When using https://github.com/vlevit/notify-send.sh...

bug

Hi, Currently I have support for table tests enabled with `experimental = { test_table = true }` but diagnostics are only shown at the assertion, while the symbols are shown...

https://github.com/piersolenski/wtf.nvim is a plugin to ask for explanation for your diagnostic message. It would be a nice addition to get this inside of neovim with Cody. So the gist of...

client/neovim

Steps to reproduce: 1. Open a file in 2 nvim instances 2. Open cody in the first, ask a random question. 3. Try to open Cody in the second, but...

client/neovim

Hi, I have these setting with cmp: ``` mapping = cmp.mapping.preset.insert({ [""] = cmp.mapping.select_next_item({ behavior = cmp.SelectBehavior.Insert }), [""] = cmp.mapping.select_prev_item({ behavior = cmp.SelectBehavior.Insert }), .... ``` When i use...

client/neovim

**What issue are you having that you need harpoon to solve?** I'm changing a path in my harpoon ui, but my harpoon ui is set up to shorten long path...

Hi, I have a feature request I'd like to try to implement myself. The situation is this: you have a compilation error in your file: ``` compiler: cannot use &implementation{…}...

enhancement

Hello, I'm interested in having access to this driver. When I find the time, I might attempt to implement it myself. If creating this driver (or issue) is not something...

Hi, I have a custom telescope command that displays all files that I have edited on my personal branch, and the difference with the main branch. It looks something like...