Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Esc> mapping should be optional #11

Open
JeanMertz opened this issue Aug 27, 2024 · 2 comments
Open

<Esc> mapping should be optional #11

JeanMertz opened this issue Aug 27, 2024 · 2 comments

Comments

@JeanMertz
Copy link

First, love the plugin. I've been using it in combination with a few other AI-based plugins, and it massively improves my workflow.

One suggestion, I have, is to not include the default <Esc> mapping, or at least make it optional.

I had to fork the plugin and remove that mapping as it interferes with my custom mappings (in this case specifically, triggering nohlsearch on <Esc>).

@chottolabs
Copy link
Owner

One suggestion, I have, is to not include the default mapping, or at least make it optional.

thanks and good suggestion, I should've just bubbled up all mapping related things back into lazy config

I've been using it in combination with a few other AI-based plugins, and it massively improves my workflow.

just curious, what other AI plugins are you using?

@JeanMertz
Copy link
Author

JeanMertz commented Aug 29, 2024

just curious, what other AI plugins are you using?

Currently: kznllm.nvim, avante.nvim and supermaven.nvim.

I'm still seeing what sticks. Also, while I (really) like supermaven so far for auto-completion/suggestion purposes, I also have subscriptions for Anthropic, TabNine, OpenAI and Co-Pilot (and Llama locally), so preferably I would like some kind of plugin that shows completion suggestions using ghost text (similar to how Supermaven currently works), but then allows me to somehow cycle through suggestions from other providers if the current one isn't what I want.

I tried doing this using nvim-cmp, but it's too cumbersome to have it shown in a small popup without the possibility for multi-line suggestions.

Also still mulling over setting up custom keybindings to e.g. trigger "add documentation to this function", or "suggest refactor for this visual selection" without having to type anything and with the results then showing up in (e.g.) a popup or Telescope prompt to review before accepting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants