diff options
| -rw-r--r-- | doc/server_configurations.md | 21 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 21 |
2 files changed, 22 insertions, 20 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 113c1c69..8df65cb6 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -366,18 +366,19 @@ require'lspconfig'.ansiblels.setup{} ```lua { ansible = { - ansible = { - path = "ansible" - }, - ansibleLint = { + path = "ansible" + }, + executionEnvironment = { + enabled = false + }, + python = { + interpreterPath = "python" + }, + validation = { + enabled = true, + lint = { enabled = true, path = "ansible-lint" - }, - executionEnvironment = { - enabled = false - }, - python = { - interpreterPath = "python" } } } diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 113c1c69..8df65cb6 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -366,18 +366,19 @@ require'lspconfig'.ansiblels.setup{} ```lua { ansible = { - ansible = { - path = "ansible" - }, - ansibleLint = { + path = "ansible" + }, + executionEnvironment = { + enabled = false + }, + python = { + interpreterPath = "python" + }, + validation = { + enabled = true, + lint = { enabled = true, path = "ansible-lint" - }, - executionEnvironment = { - enabled = false - }, - python = { - interpreterPath = "python" } } } |
