dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

python.vim (95B) [raw]


      1 " Highlight the self keyword
      2 syn keyword pythonSelf self
      3 highlight link pythonSelf GruvboxBlue