aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-07-06 12:36:08 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-07-06 12:36:08 +0000
commit1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684 (patch)
treed8af2de967eca01295ca2444dc1ebdb217e27a41 /doc
parentfeat: add `autopkgtest` filetype to `debputy.lua` #3939 (diff)
downloadnvim-lspconfig-1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684.tar
nvim-lspconfig-1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684.tar.gz
nvim-lspconfig-1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684.tar.bz2
nvim-lspconfig-1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684.tar.lz
nvim-lspconfig-1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684.tar.xz
nvim-lspconfig-1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684.tar.zst
nvim-lspconfig-1b6d7c3abf962cc392bcaf0dd7b92bdb9a1a5684.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 7fdc1602..b8bb71fe 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2814,7 +2814,7 @@ Default config:
```
- `filetypes` :
```lua
- { "debcontrol", "debcopyright", "debchangelog", "make", "yaml" }
+ { "debcontrol", "debcopyright", "debchangelog", "autopkgtest", "make", "yaml" }
```
- `root_markers` :
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index 5451f23a..52f60ed1 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1871,7 +1871,7 @@ Default config:
- cmd: >lua
{ "debputy", "lsp", "server" }
- filetypes: >lua
- { "debcontrol", "debcopyright", "debchangelog", "make", "yaml" }
+ { "debcontrol", "debcopyright", "debchangelog", "autopkgtest", "make", "yaml" }
- root_markers: >lua
{ "debian" }
<