Niall Dooley

Results 170 comments of Niall Dooley

I don't think it is even necessary to add any CSS to your anki cards. If `org-html-htmlize-output-type` has it default value of `inline-css` then your Emacs theme syntax highlighting gets...

> Hi, why doesn't it work for me? I confirmed that the value of `org-html-htmlize-output-type` is `inline-css`. Odd it works for me. As for what matiya suggested he was referring...

This is also the case for me (using python 3.9.2 and python-lsp-server if that matters). Highlighting and indentation (though is this provided by tree-sitter?) not working as expected. ``` match...

I guess this request should be considered in light of #671.

Firstly, apologies on taking so long to respond. Secondly, thank you for clarifying certain things - it's much clearer now. To make use of the work on recipe conciseness and...

> You don't want to be pushing anything to your fork's master branch. Just to be clear on this point. This is only for any changes I may make which...

Did you find a solution for this with Eglot?

> Yes, this has been fixed on the Eldoc side. Fully? I still see similar "underlining" and "&nbsp" when using the `pyright` language server. See examples [here](https://github.com/joaotavora/eglot/discussions/1039) and [here](https://github.com/microsoft/pylance-release/issues/2231#issuecomment-1279616161).

I see, thank you. From the discussion under the second link I shared it seems the `pyright` team only guarantee to target the markdown renderer supported by the VSCode LSP...