Apple clangd doesn't provide any documentation for libc functions, and :sh doesn't render man pages well #11512
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
![]() AI to the rescue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I'm using Helix 24.07 to write some C code. Here's my LSP set up:
Unfortunately, Space-k doesn't produce any documentation for libc functions:

I tried to get around this by running

:sh man fork
, which mostly works, except the output doesn't render very well:My guess this is due to overstriking: https://unix.stackexchange.com/questions/274658/purpose-of-ascii-text-with-overstriking-file-format
Are there any suggestions for working around this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions