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

Collision with CoC #34

Open
1 task done
ignamartinoli opened this issue Jun 15, 2022 · 2 comments
Open
1 task done

Collision with CoC #34

ignamartinoli opened this issue Jun 15, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@ignamartinoli
Copy link

ignamartinoli commented Jun 15, 2022

Ensure that you use the latest version of the plugin

  • Update the plugin by :PackerUpdate or run git pull under the plugin directory

Describe the bug
I realized, after a long debug, that this plugin conflicts with CoC by mapping internally <CR>

To Reproduce
Open a Lua file with CoC working and type func<TAB><CR>

We should get

function |()
end

but get

func
|

instead.

Other information

  • Distribution: Gentoo
  • Nvim version: 0.8.0-dev+11-gd3121f1e6-dirty
@ignamartinoli ignamartinoli added the bug Something isn't working label Jun 15, 2022
@ZhiyuanLck
Copy link
Owner

Did you check the #2 (comment) ?

@ignamartinoli
Copy link
Author

Thanks @ZhiyuanLck, that fixed it for now.
Hopefully in the future you'll have time to check this out, it's not that urgent.
For now all the best luck with your degree 😉, you're gonna do great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants