dnaaun

Results 13 comments of dnaaun

Have you taken a look at enabling [the `pre_select` setting](https://github.com/ms-jpq/coq_nvim/blob/79ab36294f572f0e1304255a89f8cc29aca094d5/docs/KEYBIND.md#coq_settingskeymappre_select)?

Here's my two cents: I also had a bunch of UltiSnips snippets that I'd love to have retained, but to my knowledge, UltiSnips doesn't work well with *neovim* itself, let...

I think this is a great idea. @ms-jpq , if you agree, I can take a stab at doing it since it's a feature I myself will find useful.

Hi @babygau , it looks like you are using some plugin that automatically inserts ending braces/brackets. To my knowledge, coq doesn't do that by itself. Could you perhaps provide an...

@babygau , have you customized the keybinding to use space as the key to select a completion item from the completion menu as per the [directions here](https://github.com/ms-jpq/coq_nvim/blob/coq/docs/KEYBIND.md#custom-keybindings)? If you haven't,...

> I don't think this will happen. coq uses buf_set_text to insert the completion, which will move the cursor, but in the recording above the cursor is not moved at...

I'm curious as to why libraries like [ultrajson](https://github.com/ultrajson/ultrajson) and [orjson](https://github.com/ijl/orjson) weren't explored. They aren't command line tools, but neither is pandas right? Is it perhaps because the code required to...

Got it @wumpus ! My other question is: do you plan on adding (or accepting PRs that add) type annotations the code base? One of the following methods can accomplish...

My intent with this question was to see if there's a plan already for type annotations, since I usually end up annotating the libraries I use (if they're small enough),...

This doesn't happen for me, and I've been using this plugin for a week or so. It might help if you try installing the plugin with a minimal `init.vim`/`init.lua` and...