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

Not working with neovim #17

Open
glyh opened this issue Jan 26, 2022 · 0 comments
Open

Not working with neovim #17

glyh opened this issue Jan 26, 2022 · 0 comments

Comments

@glyh
Copy link

glyh commented Jan 26, 2022

I'd like to work with LSP support on neovim with nvim-lspconfig, I've forked it and add some initial support. However, I found this is not working on neovim.

To test this:

  1. Install neovim via your package manager.
  2. Install pyright via pip (For comparison), install cl-lsp via roswell
  3. Ensure directories holding pyright and cl-lsp are both in PATH
  4. Store the minimal.lua to local drive, say /tmp/minimal.lua
  5. Run nvim --clean -u /tmp/test.lua a.lisp, type some lisp codes, see no completion working.
  6. Run nvim --clean -u /tmp/test.lua a.py, type some python codes, completion is working.
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

1 participant