add nvim-ansible

This commit is contained in:
Gered 2024-09-06 18:32:10 -04:00
parent d7c486e7f4
commit a9e7376285
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,7 @@
"neo-tree.nvim": { "branch": "main", "commit": "8c75e8a2949cd6cd35525799200a8d34471ee9eb" },
"nui.nvim": { "branch": "main", "commit": "61574ce6e60c815b0a0c4b5655b8486ba58089a1" },
"nvim": { "branch": "main", "commit": "4fd72a9ab64b393c2c22b168508fd244877fec96" },
"nvim-ansible": { "branch": "main", "commit": "9c3b4a771b8c8d7b4f2171466464d978cb3846f7" },
"nvim-autopairs": { "branch": "master", "commit": "19606af7c039271d5aa96bceff101e7523af3136" },
"nvim-cmp": { "branch": "main", "commit": "ae644feb7b67bf1ce4260c231d1d4300b19c6f30" },
"nvim-dap": { "branch": "master", "commit": "281a2e4cd1e7a17cea7ecb1745d84a8ab1249925" },

5
lua/plugins/ansible.lua Normal file
View file

@ -0,0 +1,5 @@
return {
{
'mfussenegger/nvim-ansible',
},
}