mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 15:35:28 +02:00
7 lines
225 B
Markdown
7 lines
225 B
Markdown
# /sshd_config/lsp
|
|
|
|
This folder is the glue between our language server and the LSP
|
|
clients.
|
|
This folder only contains LSP commands.
|
|
It only handles very little actual logic, and instead calls
|
|
the handlers from `../handlers`. |