Compare commits
3 Commits
b4f025c019
...
d21e83c921
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d21e83c921 | ||
|
|
eec510c9fb | ||
|
|
36e44c4ea8 |
@@ -4,6 +4,7 @@ env_shell_expand = true
|
|||||||
sops.age_key_file = "$HOME/.config/sops/.age"
|
sops.age_key_file = "$HOME/.config/sops/.age"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
|
SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age"
|
||||||
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"
|
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"
|
||||||
K9S_FEATURE_GATE_NODE_SHELL = true
|
K9S_FEATURE_GATE_NODE_SHELL = true
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
-- https://github.com/mfussenegger/nvim-ansible/tree/main
|
|
||||||
return {
|
|
||||||
"mfussenegger/nvim-ansible",
|
|
||||||
ft = "yaml.ansible",
|
|
||||||
opts = {
|
|
||||||
-- leave empty or see below
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -1,40 +1,41 @@
|
|||||||
-- https://github.com/mason-org/mason.nvim
|
-- https://github.com/mason-org/mason.nvim
|
||||||
|
-- https://github.com/mason-org/mason-registry
|
||||||
-- https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim
|
-- https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"mason-org/mason.nvim",
|
"mason-org/mason.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
registries = {
|
registries = {
|
||||||
"file:~/.config/mason-registry",
|
"file:~/.config/mason-registry",
|
||||||
"github:mason-org/mason-registry",
|
"github:mason-org/mason-registry",
|
||||||
},
|
},
|
||||||
ui = {
|
ui = {
|
||||||
icons = {
|
icons = {
|
||||||
package_installed = "✓",
|
package_installed = "✓",
|
||||||
package_pending = "➜",
|
package_pending = "➜",
|
||||||
package_uninstalled = "✗",
|
package_uninstalled = "✗",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"ansible-language-server", -- https://github.com/ansible/vscode-ansible
|
"ansible-language-server", -- https://github.com/ansible/vscode-ansible
|
||||||
"docker-language-server", -- https://github.com/docker/docker-language-server
|
"docker-language-server", -- https://github.com/docker/docker-language-server
|
||||||
"gitlab-ci-ls", -- https://github.com/alesbrelih/gitlab-ci-ls
|
"gitlab-ci-ls", -- https://github.com/alesbrelih/gitlab-ci-ls
|
||||||
"helm-ls", -- https://github.com/mrjosh/helm-ls
|
"helm-ls", -- https://github.com/mrjosh/helm-ls
|
||||||
"lua-language-server", -- https://github.com/luals/lua-language-server
|
"lua-language-server", -- https://github.com/luals/lua-language-server
|
||||||
"prettier", -- https://github.com/prettier/prettier
|
"prettier", -- https://github.com/prettier/prettier
|
||||||
"prettierd", -- https://github.com/prettier/prettier
|
"prettierd", -- https://github.com/prettier/prettier
|
||||||
"stylua", -- https://github.com/JohnnyMorganz/StyLua
|
"stylua", -- https://github.com/JohnnyMorganz/StyLua
|
||||||
"terraform-ls", -- https://github.com/hashicorp/terraform-ls
|
"terraform-ls", -- https://github.com/hashicorp/terraform-ls
|
||||||
"yaml-language-server", -- https://github.com/redhat-developer/yaml-language-server
|
"yaml-language-server", -- https://github.com/redhat-developer/yaml-language-server
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user