You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install neovim via your package manager.
Install pyright via pip (For comparison), install cl-lsp via roswell
Ensure directories holding pyright and cl-lsp are both in PATH
Store the minimal.lua to local drive, say /tmp/minimal.lua
Run nvim --clean -u /tmp/test.lua a.lisp, type some lisp codes, see no completion working.
Run nvim --clean -u /tmp/test.lua a.py, type some python codes, completion is working.
The text was updated successfully, but these errors were encountered:
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:
/tmp/minimal.lua
nvim --clean -u /tmp/test.lua a.lisp
, type some lisp codes, see no completion working.nvim --clean -u /tmp/test.lua a.py
, type some python codes, completion is working.The text was updated successfully, but these errors were encountered: