TASK: Fix pep8 line length

This commit is contained in:
Daniel Siepmann 2017-05-19 15:39:22 +02:00
parent 44004f916b
commit d37ee394cb
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -12,7 +12,8 @@ class NeotagsPlugin(object):
def __init__(self, nvim):
self.nvim = nvim
# Perhaps debugging settings?
# Like autotags, configure regex compared to filename to ignore, e.g. fugitive buffers, git commits, etc.
# Like autotags, configure regex compared to filename to ignore, e.g.
# fugitive buffers, git commits, etc.
self.options = {
'tags_filename': 'tags',
'ctags_cmd': 'ctags',