From e6e89ddbe19179b5b057d9b60bf9a9083db24e2d Mon Sep 17 00:00:00 2001 From: Rufus Deponian <31796184+deponian@users.noreply.github.com> Date: Sat, 3 Dec 2022 11:29:34 +0300 Subject: fix(ansiblels): update ansiblels default config (#2286) --- lua/lspconfig/server_configurations/ansiblels.lua | 26 ++++++++++++----------- 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/ansiblels.lua b/lua/lspconfig/server_configurations/ansiblels.lua index 650e2d91..f6ad2912 100644 --- a/lua/lspconfig/server_configurations/ansiblels.lua +++ b/lua/lspconfig/server_configurations/ansiblels.lua @@ -11,20 +11,22 @@ return { default_config = { cmd = cmd, settings = { - python = { - interpreterPath = 'python', - }, ansible = { - path = 'ansible', - }, - executionEnvironment = { - enabled = false, - }, - validation = { - enabled = true, - lint = { + python = { + interpreterPath = 'python', + }, + ansible = { + path = 'ansible', + }, + executionEnvironment = { + enabled = false, + }, + validation = { enabled = true, - path = 'ansible-lint', + lint = { + enabled = true, + path = 'ansible-lint', + }, }, }, }, -- cgit v1.2.3-70-g09d2