Lsp in jupyter
#1574
Replies: 1 comment
-
Hi, thanks for using Firenvim! Unfortunately, at the moment, there's no way to do this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question.
I want to use firenvim to work in jupyter notebook. I have lsp(pyright) configured in nvim. But unfortunately its scope is only the current cell.
For example, if I define a variable in the previous cell. And then I open the next cell in firenvim for editing, then pyright does not see this variable.
Is there any way to have a common namespace for all jupyter cells from one notebook?
Beta Was this translation helpful? Give feedback.
All reactions