Category "vim"

Convert codes to HTML with CSS style

I normally use VIM to edit my codes and convert them to HTML by using TOhtml command. The only thing I don't like is that the converted HTML does not have css c

How to fix JSON indentation in vim?

In vim, the default indentation for JSON is: { "employees": [ { "firstName":"John" , "lastName":"Doe" }, { "firstName":"Anna" , "lastName":"Smith"