lispcat

Results 5 comments of lispcat

> I noticed the same issue. In this case `lsp-clients-lua-language-server-main-location` had to be set for this to work. I don't know exactly why since `lsp-clients-lua-language-server-main-location` doesn't have to be passed...

I think I figured out the source of the issue. https://github.com/emacs-lsp/lsp-mode/blob/1aa47406dc1b171304f29563c9125e5abc761fc0/clients/lsp-lua.el#L584-L594 The docs for the second argument of `#'lsp-stdio-connection` is as follows: > TEST-COMMAND is a function with no arguments...

My workaround is the following: ```elisp (defun my/elisp-custom-keyword-lax-capf () "Provide lax completion when in s-expr with preceding :custom keyword." (when (and (derived-mode-p 'emacs-lisp-mode) (my/elisp-custom-keyword-lax-capf--pred)) ;; get elisp-capf result (when-let ((result...

It seems like Eglot currently only supports one lsp server per language, so if rustowl is an lsp server (which I assume it is), then I don't think it can...

sorry for the late reply, As for swapping layouts 0 and 1 (orig: qwerty,dvorak. new: dvorak,qwerty), this wouldn't be ideal, because this is needed for a hack to fix an...