enable emmet on markdown

This commit is contained in:
juan 2022-01-21 10:46:39 +08:00
parent 29508ee945
commit 9654a8c42b
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
1 changed files with 1 additions and 1 deletions

View File

@ -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"}