TASK: Fix pep8 line length
This commit is contained in:
parent
44004f916b
commit
d37ee394cb
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue