9 lines
165 B
Lua
9 lines
165 B
Lua
-- https://github.com/mfussenegger/nvim-ansible/tree/main
|
|
return {
|
|
"mfussenegger/nvim-ansible",
|
|
ft = "yaml.ansible",
|
|
opts = {
|
|
-- leave empty or see below
|
|
},
|
|
}
|