UPDATE:
This is the fixed version where the Copilot.vim configurations are loaded at start-up and not in the after
module.
Minimal Neovim setup to reproduce the Tab issue while using the plugins nvim-cmp and Copilot.vim.
Linked issue: hrsh7th/nvim-cmp#459
-
Clone this repository:
git clone [email protected]:thled/vim_copilot_cmp_issue.git
-
Change to project directory:
cd vim_copilot_cmp_issue
-
Build image
docker build -t vim_copilot_cmp_issue .
docker run --rm -it vim_copilot_cmp_issue
- Run container.
- Create a file.
- Change to Insert mode.
- Press Tab.
It inserts a tab indent.
It inserts <Plug>(cmp.utils.keymap.recursive: )
.