fix(nvim): ansible ls provideRedirectModules enable

This commit is contained in:
Price Hiller 2022-07-17 22:08:52 -05:00
parent e3fd57201d
commit 6a6d3077bc

View File

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