Pretty-printing in vim
Vim’s ability to call external process, allows you to quickly integrate some Python code snippets to do some work for you, e.g., for pretty-printing JSON and XML. Of course, for this to work, your Python 3 interpreter needs to be…
Read more