-
-
Notifications
You must be signed in to change notification settings - Fork 958
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
Autocomplete using ctrl+space does absolutely nothing (or sometimes skip a line) #2718
Comments
Could be your terminal not send that key codes to vim, use other key mapping instead, |
I use alacritty, there are no keybindings assigned to Ctrl+Space in that. |
Debug your vim, doesn't seems issue of coc.nvim |
Is not an issue on my shell, you can check here if you want, neither on my vim, as you can see, i am able to pass a ctrl+space for other things in vim and it works, as i stated there. It just won't work with coc and the coc#refresh command. |
coc#refresh() does trigger completion only. |
@hrqmonteiro Out of curiosity, have you tried sourcing your |
Hi, i actually use Neovim, i don't have a |
@hrqmonteiro Ok. I use |
c-space does not work for me on either windows terminal nor wezterm under windows, though weirdly it works on kitty on linux |
i too have the issue, i disabled all my plugins, and attempted it, and then reinstalled coc-tsserver. I think it may be with neovim itself somewhere. |
@make-github-pseudonymous-again this method worked for me without the sourcing |
Result from CocInfo
Describe the bug
I am trying to set
coc.nvim
for the first time, and i am watching many configs and trying to reproduce them. I want the suggestions box to have the first suggestion selected, and i want to be able to autocomplete usingCtrl+Space
.Reproduce the bug
When i did :verbose inoremap there was nothing attributed to it. And not that i configurated the
coc.vim
file, it returns meAnd i did
source $HOME/.config/nvim/plug-config/coc.vim
on myinit.vim
So basically is all set correctly. But ctrl+space does nothing, it doesnt autocomplete when i start typing something and the suggestions box come up. And sometimes what it does is skip a line.
Also, on my coc.vim file, i have the basic configuration file from the README.
The text was updated successfully, but these errors were encountered: