From 8d69edba36ec3306669f28b0735da442a6c49ae2 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 21 Feb 2022 19:55:01 +0100 Subject: [PATCH] feat: detect ansible filetype --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 91ef091..7da6758 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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