diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-23 09:11:44 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-23 09:11:44 +0000 |
| commit | ee3d635692451bc3ef0e5d4b30ea2fbfdeefc373 (patch) | |
| tree | 61d55ad2e4a104c8607efad36daf54e116c64f1e | |
| parent | fix(debputy): add more filetypes (#3116) (diff) | |
| download | nvim-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.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
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 |
