Shorten the neosnippet mark to [ns]

`[ns]` communicates that the completion came from neosnippet just as well as `[nsnip]` and is three characters shorter!
This commit is contained in:
Joe Hermaszewski 2016-01-19 08:51:43 +00:00
parent 58fa466f7e
commit ca972f345a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Source(Base):
Base.__init__(self, vim)
self.name = 'neosnippet'
self.mark = '[nsnip]'
self.mark = '[ns]'
self.rank = 200
def gather_candidates(self, context):