Currently there is no scope information in the ctags definition. So the
scope2kind and kind2scope settings are not functional. If support is
added, then these definitions can be updated to include that info.
Note: these kind definitions are based on the output from ctags --list-kinds=kotlin which is slightly different than the definitions
provided in #632. So this may not be fully compatible with the custom
ctags configuration from that issue. The default definition for
univercal ctags should be used instead.
Closes #632
Support for kotlin type was recently added into universal ctags (https://github.com/universal-ctags/ctags/pull/2769)
Currently there is no scope information in the ctags definition. So the
scope2kind
andkind2scope
settings are not functional. If support is added, then these definitions can be updated to include that info.Note: these kind definitions are based on the output from
ctags --list-kinds=kotlin
which is slightly different than the definitions provided in #632. So this may not be fully compatible with the custom ctags configuration from that issue. The default definition for univercal ctags should be used instead.