diff options
| author | kdam0 <me@kumardamani.net> | 2023-05-30 19:07:21 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-06-16 16:24:32 +0000 |
| commit | 73ae7cb7ca36156f28d2d422f8a344b5c3b61cbd (patch) | |
| tree | 4f905775f037491ebf89983941dfae9885eb649d /nixpkgs | |
| parent | fec3025ec245c07ae0371ac92c2e2097c01b7616 (diff) | |
lsp ansible update
Diffstat (limited to 'nixpkgs')
| -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 |
