[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Working with Eglot and QMK
From: |
Yuri Khan |
Subject: |
Re: Working with Eglot and QMK |
Date: |
Sun, 28 Jul 2024 15:35:53 +0700 |
On Sun, 28 Jul 2024 at 13:33, Joel Reicher <joel.reicher@gmail.com> wrote:
>
> Hunter Jozwiak <hunter.t.joz@gmail.com> writes:
>
> I might be missing something, but I can't tell what language you
> are expecting support for here.
The key word is QMK in the subject. QMK is a Free (GPLv2) keyboard
firmware allowing rich customization of the keyboard’s behavior.
It is written in C, but the user-facing configuration interface is
very preprocessor-macro-heavy, which may partially explain the
language server’s struggles the OP is experiencing.