Julien Vincent
Julien Vincent
@abuijze Thanks for providing the gist, I was able to successfully get it compiling with that config. I am running into some further issues when trying to run the compiled...
FYI, for future readers, I resolved this issue with a keybinding override: ```json { "key": "escape", "command": "hideSuggestWidget", "when": "suggestWidgetVisible && textInputFocus" } ``` Which seems to take precedence over...
Sorry for taking so long to reply! > Thanks for all your work on this plugin! You are welcome :) --- Yes fair enough I think this is probably a...
Another example of this issue, still in clojure: ```clj (ns example (:require [clojure.test :as scope.test])) scope.te| ;; autocompletes to scope.scope.test ```
I don't think its #13 as I copied over the capabilities config from `nvim-cmp-lsp` into my own config. You're right about the textEdit - I did some inspection and it's...
Yay!! Thanks! I'll give this a try later tonight.
Ah man it works! This has been blocking me from using this. Damn this plugin is so fast. You made my day, merry christmas and a happy new year :D
Hi there! I would certainly be open to accepting a contribution to this effect, but I am wary of overly complicating the implementations. I'm not entirely convinced about the usefulness...
Here is a slightly modified version of @senekor script that uses cross-platform `cut` arguments, the new `bookmark` subcommand and sets up the autocompletion for all current variations of the branch...
Hi there, thanks for the contribution. Your PR and request make sense, and I tried this out locally to see how it feels. Personally, I find the new behaviour a...