diff --git a/lua/default/lazy/lsp.lua b/lua/default/lazy/lsp.lua index 0b0dcef..08719b5 100644 --- a/lua/default/lazy/lsp.lua +++ b/lua/default/lazy/lsp.lua @@ -53,12 +53,12 @@ return { executionEnvironment = { enabled = false }, validation = { enabled = false, --- lint = { enabled = true, path = 'ansible-lint' }, + lint = { enabled = true, path = 'ansible-lint' }, }, }, }, filetypes = { 'yaml', 'yml', 'ansible' }, - root_dir = lspconfig.util.root_pattern("roles", "playbooks", "Documents"), + root_dir = lspconfig.util.root_pattern("roles", "playbooks"), single_file_support = false, }) end,