You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Note_: This plugin will also reconfigure `cmp` in AstroNvim to make `<Tab>` work with both auto completion in `cmp` and `copilot`.
7
+
## Key Features
8
+
9
+
- Seamless integration with nvim-cmp or blink.cmp
10
+
- Enhanced keybindings for Copilot suggestions:
11
+
-`<Tab>` - Accept suggestion/Navigate completion menu
12
+
-`<C-x>` / `<C-z>` - Next/Previous suggestion
13
+
-`<C-right>` / `<C-l>` - Accept word
14
+
-`<C-down>` / `<C-j>` - Accept line
15
+
-`<C-c>` - Dismiss suggestion
16
+
17
+
_Note_: This plugin will also reconfigure `<Tab>` in AstroNvim to work with both auto completion in `cmp` and `copilot`.
18
+
19
+
The configuration includes support for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) and [blink.cmp](https://github.com/Saghen/blink.cmp) for improved completion behavior.
0 commit comments