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 get different behaviour depending on whether I use the lsp-origami-try-enable hook or the two commented hooks (which start origami and lsp-origami explicitly). For example, explicitly starting lsp-origami-mode allows me to fold on a while: inside a function definition, which does not work with just origami.
I'm on ubuntu 20.04 emacs --version: 26.3
All packages installed through MELPA.
pip show python-language-server:
Name: python-language-server
Version: 0.36.2
Summary: Python Language Server for the Language Server Protocol
Home-page: https://github.com/palantir/python-language-server
Author: Palantir Technologies, Inc.
Author-email: None
License: UNKNOWN
Location: /home/scmb/.local/lib/python3.8/site-packages
Requires: pluggy, ujson, python-jsonrpc-server, jedi
Required-by:
The text was updated successfully, but these errors were encountered:
I think this is actually due to using lsp-mode hook rather than lsp-after-open in the:hook block. I will play around with it a little more, and probably close this issue if it seems to work.
Using the following (part of) my .emacs:
I get different behaviour depending on whether I use the
lsp-origami-try-enable
hook or the two commented hooks (which startorigami
andlsp-origami
explicitly). For example, explicitly startinglsp-origami-mode
allows me to fold on awhile:
inside a function definition, which does not work with justorigami
.I'm on ubuntu 20.04
emacs --version
: 26.3All packages installed through MELPA.
pip show python-language-server
:The text was updated successfully, but these errors were encountered: