add additional kind mappings (#164)

This commit is contained in:
Prabir Shrestha
2018-08-06 00:14:42 -07:00
committed by GitHub
parent a510bc66e0
commit f9c32e36cd
+7
View File
@@ -19,6 +19,13 @@ let s:kind_text_mappings = {
\ '16': 'color',
\ '17': 'file',
\ '18': 'reference',
\ '19': 'folder',
\ '21': 'enum member',
\ '22': 'constant',
\ '23': 'struct',
\ '24': 'event',
\ '25': 'operator',
\ '26': 'type parameter',
\ }
let s:completion_status_success = 'success'