Jen-Chieh Shen

Results 912 comments of Jen-Chieh Shen

I've created another package at https://github.com/emacs-languagetool/eglot-ltex-plus.

Do you have an `lsp-mode` frontend installed? If you do, you should see an option "Add XXX to dictionary". Here are some `lsp-mode` frontends: - [lsp-ui](https://github.com/emacs-lsp/lsp-ui)'s sideline - [sideline-lsp](https://github.com/emacs-sideline/sideline-lsp) (I...

It should appear on the sideline as a code action (yellow). See the screenshot https://raw.githubusercontent.com/emacs-sideline/sideline/master/etc/1.png.

I'm using the free version as well. Can you try reinstalling the language server? Sometimes, it does help!

> And do you know where the dictionary is saved? Can I share that with the team or in worst case eddit it there? This is currently a missing feature....

> I was not able to resolve that "Add to dictionary", if you have any more ideas let me know. It works in the local buffer, but once you killed...

> I've found that lsp-grammarly has conflict with marksman. Both can't be turned on btw. `lsp-grammarly` has the `add-on` property. It should be able to work with other LSP clients....

I used zls in Emacs through lsp-mode, but I couldn't get the formatting work by formatting the entire buffer. It makes sense since formatting the whole buffer still uses the...

A variable `lsp-enable-indentation` will allow formatting while doing the regular indent in Emacs. See the source from `lsp-mode.el`: ```elisp (when (and lsp-enable-indentation (lsp-feature? "textDocument/rangeFormatting")) (add-function :override (local 'indent-region-function) #'lsp-format-region)) ```...

I've tried this code but getting the error: 🤔 ``` Debugger entered--Lisp error: (void-variable include-avatar-p) (and blamer-show-avatar-p include-avatar-p (not uncommitted) (display-graphic-p)) (if (and blamer-show-avatar-p include-avatar-p (not uncommitted) (display-graphic-p)) (progn (blamer--get-avatar...