Dear Augusto, Am 31.12.20 um 10:25 schrieb Augusto Stoffel:
Hi all,
I have worked a bit on ConTeXt support in the Digestif language server [1], and I think it's pretty usable by this point, so I would like to invite everyone to check it out. Feedback is welcome.
this looks great. Thanks a lot for this. Unfortunately I get Company mode enabled in current buffer Yas minor mode enabled in current buffer eglot--connect: Symbol’s function definition is void: project-root when I activate eglot in emacs. Using (require 'company-lsp) (add-to-list 'company-lsp-filter-candidates '(digestif . nil)) Using lsp-mode I get progn: Symbol’s value as variable is void: company-lsp-filter-candidates for (add-to-list 'company-lsp-filter-candidates '(digestif . nil)) I have no experience with using either eglot or lsp-mode. So I am afraid that I have to adjust something more than written on your Github page. juh