Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 538 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 538 Bytes

Kotlincomplete.vim

Omnicompletion for Kotlin for Vim written in pure Vimscript

I write this autocompletion plugin because there is no completion for vim enable and make it easier for people to write kotlin code in vim.

This Project is in a very early stage but if it is finished it will complete

  • static omnicompletion for main keywords
  • dynamic omnicompletion in very special cases (inside class blocks for example)

If it is not so hard to make the script will dynamically check the type of an variable/object and their methods