Skip to content

Commit

Permalink
feat(bitbake): Added installation instructions
Browse files Browse the repository at this point in the history
Added github and npm links for installing the Yocto Project's official
language server for bit bake, language-server-bitbake.
  • Loading branch information
anakin4747 committed Apr 23, 2024
1 parent d24dc12 commit 7b7e680
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lua/lspconfig/server_configurations/bitbake_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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]],
Expand Down

0 comments on commit 7b7e680

Please sign in to comment.