aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server_configurations.md30
-rw-r--r--doc/server_configurations.txt30
2 files changed, 60 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index a487a5e0..af93a4a8 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -90,6 +90,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [fstar](#fstar)
- [futhark_lsp](#futhark_lsp)
- [gdscript](#gdscript)
+- [gdshader_lsp](#gdshader_lsp)
- [ghcide](#ghcide)
- [ghdl_ls](#ghdl_ls)
- [gleam](#gleam)
@@ -4129,6 +4130,35 @@ require'lspconfig'.gdscript.setup{}
```
+## gdshader_lsp
+
+https://github.com/godofavacyn/gdshader-lsp
+
+A language server for the Godot Shading language.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.gdshader_lsp.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "gdshader-lsp", "--stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "gdshader", "gdshaderinc" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+
+
## ghcide
https://github.com/digital-asset/ghcide
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index a487a5e0..af93a4a8 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -90,6 +90,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [fstar](#fstar)
- [futhark_lsp](#futhark_lsp)
- [gdscript](#gdscript)
+- [gdshader_lsp](#gdshader_lsp)
- [ghcide](#ghcide)
- [ghdl_ls](#ghdl_ls)
- [gleam](#gleam)
@@ -4129,6 +4130,35 @@ require'lspconfig'.gdscript.setup{}
```
+## gdshader_lsp
+
+https://github.com/godofavacyn/gdshader-lsp
+
+A language server for the Godot Shading language.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.gdshader_lsp.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "gdshader-lsp", "--stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "gdshader", "gdshaderinc" }
+ ```
+ - `root_dir` :
+ ```lua
+ see source file
+ ```
+
+
## ghcide
https://github.com/digital-asset/ghcide