Adding Documents as folder for ansible LSP
This commit is contained in:
parent
4ed0900c2b
commit
11295dd921
@ -48,12 +48,12 @@ return {
|
|||||||
executionEnvironment = { enabled = false },
|
executionEnvironment = { enabled = false },
|
||||||
validation = {
|
validation = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
-- lint = { enabled = true, path = 'ansible-lint' },
|
lint = { enabled = true, path = 'ansible-lint' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
filetypes = { 'yaml', 'yml', 'ansible' },
|
filetypes = { 'yaml', 'yml', 'ansible' },
|
||||||
root_dir = lspconfig.util.root_pattern("roles", "playbooks"),
|
root_dir = lspconfig.util.root_pattern("roles", "playbooks", "Documents"),
|
||||||
single_file_support = false,
|
single_file_support = false,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user