From 9654a8c42b2712c5386079ec95fb2e33cfeb7a38 Mon Sep 17 00:00:00 2001 From: juan Date: Fri, 21 Jan 2022 10:46:39 +0800 Subject: [PATCH] enable emmet on markdown --- lua/pluginList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 12cc5af..35cd048 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -82,7 +82,7 @@ return require('packer').startup(function(use) use {"sbdchd/neoformat", cmd = "Neoformat"} use { "mattn/emmet-vim", - event = "FileType html,css", + event = "FileType html,css,markdown", setup = function() require "plugins.emmet" end } use {"machakann/vim-sandwich", event = "VimEnter"}