/vim-python-logging

Vim plugin to color logs generated by python-logging

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

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.