Michał Krzywkowski

Results 3 issues of Michał Krzywkowski

This is a work in progress code lens implementation. What's currently missing is executing commands.

WIP

Previously we were strict about the structure and contents of LSP objects. This led to errors when certain servers sent messages with fields not defined in the specification (because those...

WIP

Per https://github.com/joaotavora/eglot/pull/125#issuecomment-438825967 The idea is to have a way to automatically bind some buffer-local variables for chosen servers. For example, `eglot-move-to-column-function` needs to be set for specific servers buffer-locally.

enhancement