This repository was archived by the owner on Nov 12, 2022. It is now read-only.
Use pre-installed server instead of the tool downloading it #517
-
I have installed clangd for other reasons so looking to have it use the same config I have set up for attachment to other types of servers I have tried som modifications to the install script but my nvim->lua is not yet there. |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
Mar 3, 2022
Replies: 1 comment 2 replies
-
Hello! I'm afraid I'm not following you. Do you mean you want to manage some servers outside of nvim-lsp-installer? In that case you could just set them up manually in your config, for example via lspconfig: lspconfig.clangd.setup {} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tnaeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! I'm afraid I'm not following you. Do you mean you want to manage some servers outside of nvim-lsp-installer? In that case you could just set them up manually in your config, for example via lspconfig: