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]],