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

how to config vsnip with native nvim-jdtls #1966

Open
2 tasks done
yimingwangdell opened this issue Jun 25, 2024 · 0 comments
Open
2 tasks done

how to config vsnip with native nvim-jdtls #1966

yimingwangdell opened this issue Jun 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yimingwangdell
Copy link

FAQ

  • I have checked the FAQ and it didn't resolve my problem.

Announcement

Minimal reproducible full config

Description

don't know how to config with native nvim-jdtls.

it looks like we need lspconfg to config vsnip in example.
if I simply use ftplugin/java.lua to config jdtls and don't want introduce lspconfig(they should not be used at the same time)
how could I use vsnip with nvim-cmp?

as document said:
require('lspconfig')['<YOUR_LSP_SERVER>'].setup {
capabilities = capabilities,

Steps to reproduce


Expected behavior

explained in doc.

Actual behavior

didn't explain how to config with native nvim-jdtls(using ftplugin/java.lua)

Additional context

No response

@yimingwangdell yimingwangdell added the bug Something isn't working label Jun 25, 2024
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

1 participant