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:
parent
58fa466f7e
commit
ca972f345a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user