Olli
Olli
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...
With the following `_clang-format` ``` SortIncludes: true IncludeBlocks: Regroup ``` `clang-format -i sort_includes.cpp` formats the following `sort_includes.cpp`: ``` #include "other_include.hpp" #include #include "sort_includes.hpp" ``` into ``` #include "sort_includes.hpp" #include "other_include.hpp"...
Emacs on Windows does not recognize `apheleia-npx` as an executable which causes the formatting to fail silently. A potential solution would be to add a Windows wrapper `apheleia-npx.bat` along the...
Hey, I noticed two issues caused by the explicit `--parser` option in prettier: - json files fail to parse when `json-mode` is not installed, since they open in `js-mode` by...
Steps: 1. Enable evil-collection Magit integration 2. Open magit-status 3. Press `?` to open the help menu Result: Transient fails with `transient-setup: Wrong type argument: command, (keymap (76 . magit-log)...