refactor(nvim): enable redirect modules ansiblels

This commit is contained in:
Price Hiller 2022-09-16 17:28:57 -05:00
parent bd7470d35e
commit 434cb94100

View File

@ -156,7 +156,7 @@ lspconfig.ansiblels.setup({
interpreterPath = "python3",
},
completion = {
provideRedirectModules = false,
provideRedirectModules = true,
},
},
},