Skip to content

Commit

Permalink
Shorten the neosnippet mark to [ns]
Browse files Browse the repository at this point in the history
`[ns]` communicates that the completion came from neosnippet just as well as `[nsnip]` and is three characters shorter!
  • Loading branch information
expipiplus1 committed Jan 19, 2016
1 parent 58fa466 commit ca972f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/neosnippet.py
Expand Up @@ -31,7 +31,7 @@ def __init__(self, vim):
Base.__init__(self, vim)

self.name = 'neosnippet'
self.mark = '[nsnip]'
self.mark = '[ns]'
self.rank = 200

def gather_candidates(self, context):
Expand Down

0 comments on commit ca972f3

Please sign in to comment.