1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add package to singular_types dict to make it work for Golang

This commit is contained in:
PiotrProkop
2018-03-23 14:33:23 +01:00
committed by gryf
parent d864a44a3d
commit 175f5053a1

View File

@@ -159,6 +159,7 @@ let s:singular_types = {
\ 'namespaces': 'namespace',
\ 'net data types': 'net data type',
\ 'packages': 'package',
\ 'package': 'package',
\ 'paragraphs': 'paragraph',
\ 'parts': 'part',
\ 'patterns': 'pattern',