aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-23 14:06:27 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-23 14:06:27 +0000
commitececa531ecae813422697b5ef627a11cc964c2a7 (patch)
tree39612f8016c7148cd0cbe0dd536c29a598896d25
parentfeat(opentofu): activate on 'terraform' filetype #4146 (diff)
downloadnvim-lspconfig-ececa531ecae813422697b5ef627a11cc964c2a7.tar
nvim-lspconfig-ececa531ecae813422697b5ef627a11cc964c2a7.tar.gz
nvim-lspconfig-ececa531ecae813422697b5ef627a11cc964c2a7.tar.bz2
nvim-lspconfig-ececa531ecae813422697b5ef627a11cc964c2a7.tar.lz
nvim-lspconfig-ececa531ecae813422697b5ef627a11cc964c2a7.tar.xz
nvim-lspconfig-ececa531ecae813422697b5ef627a11cc964c2a7.tar.zst
nvim-lspconfig-ececa531ecae813422697b5ef627a11cc964c2a7.zip
docs: update configs.md
skip-checks: true
-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 d9d253a3..096bbee8 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -12386,7 +12386,7 @@ Default config:
```
- `filetypes` :
```lua
- { "opentofu", "opentofu-vars" }
+ { "opentofu", "opentofu-vars", "terraform" }
```
- `root_markers` :
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index 1052485b..604eb4e0 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -9196,7 +9196,7 @@ Default config:
- cmd: >lua
{ "tofu-ls", "serve" }
- filetypes: >lua
- { "opentofu", "opentofu-vars" }
+ { "opentofu", "opentofu-vars", "terraform" }
- root_markers: >lua
{ ".terraform", ".git" }
<