We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The wiki info appears at least partly outdated when it comes to the semantic highlighting features in emacs. Please reword the change if necessary.
Update the commands for building on Windows with MSYS2 so they work even on a fresh MSYS2 installation
Updated Build (markdown)
Destroyed Debugging (markdown)
Destroyed _Sidebar (markdown)
Fix neovim ccls.lua config path
Updated nvim lspconfig (markdown)
Build: update
Cleaned up unnecessary comment, added note to do recursive clone to avoid cmake errors.
CMake command above results in .o files that are llvm function signatures incompatible with the llvm that is downloaded via pacman. The .o files have [abi::cxx11] appended to them. See https://stackoverflow.com/questions/55406770/gcc-undefined-references-with-abicxx11 regarding the solution.
Doom no longer ships ccls as the default LSP, see [here]{https://github.com/doomemacs/doomemacs/issues/2689#issuecomment-2339183572) - I have simply added in the updated instructions from [here](https://github.com/doomemacs/doomemacs/blob/c75e1b915bf7de28ae057aaa7b74221ec943bd74/modules/lang/cc/README.org#lsp-mode-with-ccls)
CMake internal flag -H is replaced by -S officially since 3.13
Fix #964
Updated Visual Studio Code (markdown)
added backquote because uri and range were nil when clicking on text button
Project-Setup: add a jq tip
Minor clarifications on .ccls file contents
Updated Project Setup (markdown)
Update wiki, install dep to avoid missing `libclangBasic.a` file.
Move Sublime Text to its own category, not under Vim
Add a step in between the MSYS2 commands. Add a workaround for missing clang/stdc++ lib files after building ccls
Fedora no longer has a ccls package (unmaintained since Fedora 34 release cycle)
Updated lsp mode (markdown)
remove spam link
Updated Home (markdown)