commit f637e26e8ba2d8f6247385aef991097a932020c9 parent 03bb622c95def433535dd97838cd19038e608cac Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Fri, 27 May 2022 15:56:46 -0500 Removed change in html:5 snippet in emmet Diffstat:
| M | plugin/pablo/emmet.vim | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/plugin/pablo/emmet.vim b/plugin/pablo/emmet.vim @@ -7,16 +7,6 @@ let g:user_emmet_settings = { \ 'img': {'loading': 'lazy'}, \ }, \ 'snippets': { -\ 'html:5': "<!DOCTYPE html>\n" -\ ."<html lang=\"${lang}\">\n" -\ ."<head>\n" -\ ."\t<meta charset=\"${charset}\">\n" -\ ."\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n" -\ ."\t<meta name=\"X-UA-Compatible\" content=\"ie=edge\">\n" -\ ."\t<title></title>\n" -\ ."</head>\n" -\ ."<body>\n\t${child}|\n</body>\n" -\ ."</html>", \ 't': "<table>\n" \ ."\t<thead>\n" \ ."\t\t<tr>\n"