Skip to content
View Strus's full-sized avatar
🤟
🤟
  • Box
  • Warsaw, Poland
Block or Report

Block or report Strus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SmallPP SmallPP Public

    Object-oriented framework for C.

    C

  2. neovim neovim Public

    My neovim config

    Lua

  3. threads threads Public

    Simple user-space multithreading and mutex implementation in C

    C

  4. How to use clangd C/C++ LSP in any p... How to use clangd C/C++ LSP in any project
    1
    # How to use clangd C/C++ LSP in any project
    2
    
                  
    3
    **tl;dr:** If you want to just know the method, skip to `How to` section
    4
    
                  
    5
    Clangd is a state-of-the-art C/C++ LSP that can be used in every popular text editors like Neovim, Emacs or VS Code. Even CLion uses clangd under the hood. Unfortunately, clangd requires `compile_commands.json` to work, and the easiest way to painlessly generate it is to use CMake.