Skip to content

Instantly share code, notes, and snippets.

@haarts
Created August 14, 2018 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haarts/82e02d7f3827df8d203506044305ba02 to your computer and use it in GitHub Desktop.
Save haarts/82e02d7f3827df8d203506044305ba02 to your computer and use it in GitHub Desktop.
colorscheme zenburn
add-highlighter global/ number-lines -relative
add-highlighter global/ show-matching
hook global WinSetOption filetype=python %{
hook window InsertChar \t -group python-indent %{ exec -draft h@ }
}
hook global WinSetOption filetype=git-commit %{
autowrap-enable
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment