Additional tools / scripts / plugins for editing html with vim

I am looking for any pointers regarding html editing with Vim.

The HTML documents that I need to modify will use css (possibly inline), but there is no JavaScript or any other "technique".

So, I thought that in this area there should be people with more information than me, who could give me some tips on where I can find some tools or scripts or Vim plugins that help me while I edit documents .

FWIW, I am using Vim 7.3.

+3
source share
6 answers

SnipMate. , HTML JavaScript, /: html.snippets.

SparkUp CSS HTML, .

Omni Completion CSS, : :set ft=css.html.

Vim HTML :

  • cit text <p>text</p>

  • dat <p>text</p>

  • :norm I :norm A

..

+4

RagTag () - HTML ( ).

, matchit, "%"

+2

, , HTML/XHTML Vim , , . CSS - .

, !

.

+1

HTML, // , , .

, : Vim, , I: surround.vim

+1

Zen HTML .

, , .

+1

.vimrc vim config git github

Vim, , - .

0

Source: https://habr.com/ru/post/1789977/


All Articles