udalov / kotlin-vim

Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support
Apache License 2.0
632 stars 51 forks source link

add 'String' type #12

Closed yschu7 closed 4 years ago

yschu7 commented 6 years ago

please add 'String' in ktType @ line 21 of kotlin.vim

jwerle commented 6 years ago

:pray:

udalov commented 4 years ago

Sorry for the enormous delay, finally got around to fix this properly in 33606c3163a2dd8c6a1924d6c7ed9e091de9743d; not only String is added, but also all other types from the standard library.