Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 779 Bytes

File metadata and controls

34 lines (20 loc) · 779 Bytes

vim-python-logging

Vim plugin to color logs generated by python-logging.

When you open logs with Vim they'll look like this:

img

Useful for

Installation

  • Vundle

    Plugin 'adrienverge/vim-python-logging'

  • Pathogen

    git clone https://github.com/adrienverge/vim-python-logging ~/.vim/bundle/vim-python-logging

  • manual

    Copy ftdetect and syntax into your ~/.vim directory.