-
Notifications
You must be signed in to change notification settings - Fork 6
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
Strange behavior #4
Comments
Got the same with metals server: object Main {
// aaa
// aaa
def main(args: Array[String]): Unit = {
// aaa
// aaa
}
}
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently installed origami.el and noticed it does not fold functions in python.So I installed lsp-origami. When I'm in a python buffer with pyls connected I type M-x origami-mode then M-x lsp-origami-mode. If I try something like origami-toggle-node it shows
So not working, but if I disable lsp-origami then origami works well with functions. Strange behavior
The text was updated successfully, but these errors were encountered: