aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-23 09:11:44 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-23 09:11:44 +0000
commitee3d635692451bc3ef0e5d4b30ea2fbfdeefc373 (patch)
tree61d55ad2e4a104c8607efad36daf54e116c64f1e
parentfix(debputy): add more filetypes (#3116) (diff)
downloadnvim-lspconfig-ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373.tar
nvim-lspconfig-ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373.tar.gz
nvim-lspconfig-ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373.tar.bz2
nvim-lspconfig-ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373.tar.lz
nvim-lspconfig-ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373.tar.xz
nvim-lspconfig-ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373.tar.zst
nvim-lspconfig-ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md2
-rw-r--r--doc/server_configurations.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 82499644..6efba4b2 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -2703,7 +2703,7 @@ require'lspconfig'.debputy.setup{}
```
- `filetypes` :
```lua
- { "debcontrol", "debchangelog", "make" }
+ { "debcontrol", "debcopyright", "debchangelog", "make", "yaml" }
```
- `root_dir` :
```lua
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 82499644..6efba4b2 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -2703,7 +2703,7 @@ require'lspconfig'.debputy.setup{}
```
- `filetypes` :
```lua
- { "debcontrol", "debchangelog", "make" }
+ { "debcontrol", "debcopyright", "debchangelog", "make", "yaml" }
```
- `root_dir` :
```lua