diff options
| -rw-r--r-- | nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua b/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua index f0e2db5..6a11ee0 100644 --- a/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua +++ b/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua @@ -116,9 +116,18 @@ local settings = { useFullyQualifiedCollectionNames = false }, python = { - activationScript = "~/.venv/ansible/bin/activate" + activationScript = "~/.venv/vps/bin/activate" }, + executionEnvironment = { + containerEngine = "docker", + enabled = true, + image = "ansible", + pull = { + policy = "never" + }, + containerOptions = "--user=1000" + }, completion = { provideRedirectModules = true, provideModuleOptionAliases = true |
