From 7b7e6804f43b5b08b1edf6a9f01ccb710ab75c6c Mon Sep 17 00:00:00 2001 From: Anakin Childerhose Date: Tue, 23 Apr 2024 18:43:14 -0400 Subject: [PATCH] feat(bitbake): Added installation instructions Added github and npm links for installing the Yocto Project's official language server for bit bake, language-server-bitbake. --- lua/lspconfig/server_configurations/bitbake_ls.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lua/lspconfig/server_configurations/bitbake_ls.lua b/lua/lspconfig/server_configurations/bitbake_ls.lua index 43a7ad1547..8dcaa31242 100644 --- a/lua/lspconfig/server_configurations/bitbake_ls.lua +++ b/lua/lspconfig/server_configurations/bitbake_ls.lua @@ -9,9 +9,16 @@ return { }, docs = { description = [[ +https://github.com/yoctoproject/vscode-bitbake +https://www.npmjs.com/package/language-server-bitbake -npm install -g language-server-bitbake +Bitbake Language Server for the Yocto Project. + +Can be installed from npm or github. +``` +npm install -g language-server-bitbake +``` ]], default_config = { root_dir = [[util.find_git_ancestor]],