FooSoft/vim-argwrap

Request: wrap html attributes

D1mon opened this issue · 0 comments

D1mon commented

<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">

wrap to:

<input
      type="text"
      class="form-control"
      id="formGroupExampleInput"
      placeholder="Example input"
>