fix: lint with ansible-lint
This commit is contained in:
parent
24f2a2bb1e
commit
02e246fc46
3 changed files with 7 additions and 2 deletions
lua/plugins
|
@ -1,4 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-ansible",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
},
|
||||
|
|
|
@ -24,7 +24,7 @@ return {
|
|||
"bash-language-server",
|
||||
"shfmt",
|
||||
"shellcheck",
|
||||
"ansible-language-server",
|
||||
"ansible-language-server@1.2.1",
|
||||
"ansible-lint",
|
||||
"yaml-language-server",
|
||||
"yamllint",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue