Revert "fix(nvim): ansible ls provideRedirectModules enable"

This reverts commit 6a6d3077bc.
This commit is contained in:
Price Hiller 2022-07-31 22:58:42 -05:00
parent b422d1d894
commit 0b1a81f87d

View File

@ -71,6 +71,9 @@ lspconfig.ansiblels.setup({
python = {
interpreterPath = "python3",
},
completion = {
provideRedirectModules = false,
},
},
},
})