refactor(nvim): enable redirect modules ansiblels
This commit is contained in:
parent
bd7470d35e
commit
434cb94100
@ -156,7 +156,7 @@ lspconfig.ansiblels.setup({
|
|||||||
interpreterPath = "python3",
|
interpreterPath = "python3",
|
||||||
},
|
},
|
||||||
completion = {
|
completion = {
|
||||||
provideRedirectModules = false,
|
provideRedirectModules = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user