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

Conflict with tab key #276

Open
AlanAxp opened this issue Sep 17, 2021 · 1 comment
Open

Conflict with tab key #276

AlanAxp opened this issue Sep 17, 2021 · 1 comment

Comments

@AlanAxp
Copy link

AlanAxp commented Sep 17, 2021

When I try to press tab key in some Julia file, I got this message in terminal

E15: Invalid expression: pumvisible() ? "\^N" : <80><fd>R73_check_back_space() ? "\^I" : coc#refresh()

image

I thought was a conflict with coc-julia, but I uninstalled it, and the issue persists

Some help?

@carlobaldassi
Copy link
Contributor

Well, that line comes from an example configuration that is found in coc.nvim, here:

inoremap <silent><expr> <TAB>
      \ pumvisible() ? "\<C-n>" :
      \ <SID>check_back_space() ? "\<TAB>" :
      \ coc#refresh()

So I guess that you have it in your vimrc.

If I do the same though I see no conflicts between julia-vim and coc, everything works fine for me. Do you have the latest version of julia-vim installed? If you do, can you provide more info about your setup?

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