feat: detect ansible filetype

This commit is contained in:
Michael Mandl 2022-02-21 19:55:01 +01:00
parent e40ad7ba9b
commit 8d69edba36
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

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