enable emmet on markdown
This commit is contained in:
parent
29508ee945
commit
9654a8c42b
@ -82,7 +82,7 @@ return require('packer').startup(function(use)
|
|||||||
use {"sbdchd/neoformat", cmd = "Neoformat"}
|
use {"sbdchd/neoformat", cmd = "Neoformat"}
|
||||||
use {
|
use {
|
||||||
"mattn/emmet-vim",
|
"mattn/emmet-vim",
|
||||||
event = "FileType html,css",
|
event = "FileType html,css,markdown",
|
||||||
setup = function() require "plugins.emmet" end
|
setup = function() require "plugins.emmet" end
|
||||||
}
|
}
|
||||||
use {"machakann/vim-sandwich", event = "VimEnter"}
|
use {"machakann/vim-sandwich", event = "VimEnter"}
|
||||||
|
Loading…
Reference in New Issue
Block a user