Add option variable for class variables

This commit is contained in:
monkoose
2017-02-22 12:40:59 +02:00
committed by nfnty
parent 4eee0bdaa1
commit 5ffc69c38f
3 changed files with 12 additions and 8 deletions

View File

@@ -86,6 +86,9 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
`g:python_highlight_doctests` (default `0`)
Highlight doc-tests
`g:python_highlight_class_vars` (default `0`)
Highlight class variables `self` and `cls`
`g:python_highlight_all` (default `0`)
Enable all highlight options above, except for previously set.