Add ansible LSP

This commit is contained in:
Valeriy Filippov
2026-03-11 16:34:25 +03:00
parent bfffd20873
commit 59c0722f25
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- https://github.com/mfussenegger/nvim-ansible/tree/main
return {
"mfussenegger/nvim-ansible",
ft = "yaml.ansible",
opts = {
-- leave empty or see below
},
}