neoclide / coc-emmet

Emmet extension for coc.nvim
178 stars 9 forks source link

about indent #42

Closed neuromagus closed 3 years ago

neuromagus commented 3 years ago

I am stuck coming up with a way to enter a new line indented and have the closing tag on the line below automatically placed.

As follows (| being the cursor):

<body>|</body>

... hit <CR>...

<body>
    |
</body>

but i have 
<body>
|</body>