diff --git a/rplugin/python3/neotags.py b/rplugin/python3/neotags.py index 73b6dcf..44ec7a6 100644 --- a/rplugin/python3/neotags.py +++ b/rplugin/python3/neotags.py @@ -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',