feat: detect ansible filetype

main
mandlm 2022-02-21 19:55:01 +01:00
parent e40ad7ba9b
commit 8d69edba36
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ return require('packer').startup(function(use)
"sar/bbye.nvim"
})
-- ansible filetype
use({"pearofducks/ansible-vim"})
if packer_bootstrap then
require('packer').sync()
end