diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-16 06:53:18 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-16 06:53:18 +0000 |
| commit | cee94b22adc96582d9136f85fb3b076feda8825c (patch) | |
| tree | 8b5a0f928058e869549ab753ba6cd274bfb40b48 /doc/server_configurations.md | |
| parent | feat: add bitbake-language-server (#3151) (diff) | |
| download | nvim-lspconfig-cee94b22adc96582d9136f85fb3b076feda8825c.tar nvim-lspconfig-cee94b22adc96582d9136f85fb3b076feda8825c.tar.gz nvim-lspconfig-cee94b22adc96582d9136f85fb3b076feda8825c.tar.bz2 nvim-lspconfig-cee94b22adc96582d9136f85fb3b076feda8825c.tar.lz nvim-lspconfig-cee94b22adc96582d9136f85fb3b076feda8825c.tar.xz nvim-lspconfig-cee94b22adc96582d9136f85fb3b076feda8825c.tar.zst nvim-lspconfig-cee94b22adc96582d9136f85fb3b076feda8825c.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc/server_configurations.md')
| -rw-r--r-- | doc/server_configurations.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index c4f9f46b..45490469 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -25,6 +25,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running - [beancount](#beancount) - [bicep](#bicep) - [biome](#biome) +- [bitbake_language_server](#bitbake_language_server) - [blueprint_ls](#blueprint_ls) - [bqnlsp](#bqnlsp) - [bright_script](#bright_script) @@ -1355,6 +1356,33 @@ require'lspconfig'.biome.setup{} ``` +## bitbake_language_server + +🛠️ bitbake language server + + + +**Snippet to enable the language server:** +```lua +require'lspconfig'.bitbake_language_server.setup{} +``` + + +**Default values:** + - `cmd` : + ```lua + { "bitbake-language-server" } + ``` + - `filetypes` : + ```lua + { "bitbake" } + ``` + - `root_dir` : + ```lua + see source file + ``` + + ## blueprint_ls https://gitlab.gnome.org/jwestman/blueprint-compiler |
