Popularity
7.5
Stable
Activity
1.3
Declining
588
11
50
Programming language: Vim Script
License: Apache License 2.0
Tags:
Editors
kotlin-vim alternatives and similar libraries
Based on the "Editors" category.
Alternatively, view kotlin-vim alternatives based on common mentions on social networks and blogs.
-
intellij-community
IntelliJ IDEA Community Edition & IntelliJ Platform -
KotlinLanguageServer
Kotlin code completion, linting and more for any editor/IDE using the Language Server Protocol -
kotlin-sublime-package
Sublime Text 2 Package for Kotlin Programming Language -
atom-kotlin-language
Adds syntax highlighting to Kotlin files in Atom -
kotlin-textmate-bundle
Textmate bundle for the Kotlin programming language
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
Do you think we are missing an alternative of kotlin-vim or a related project?
README
kotlin-vim
Installation
If you use Vim 8 or later, the recommended way is using Vim's built-in package manager:
git clone https://github.com/udalov/kotlin-vim.git ~/.vim/pack/plugins/start/kotlin-vim
Other plugin managers:
- Vundle
- add
Plugin 'udalov/kotlin-vim'
to your~/.vimrc
and runPluginInstall
.
- add
- Pathogen
git clone https://github.com/udalov/kotlin-vim ~/.vim/bundle/kotlin-vim
Manual (for older versions of Vim)
mkdir -p ~/.vim/{syntax,indent,ftdetect,ftplugin}
cp syntax/kotlin.vim ~/.vim/syntax/kotlin.vim
cp indent/kotlin.vim ~/.vim/indent/kotlin.vim
cp ftdetect/kotlin.vim ~/.vim/ftdetect/kotlin.vim
cp ftplugin/kotlin.vim ~/.vim/ftplugin/kotlin.vim
- If you use Syntastic:
cp -r syntax_checkers/kotlin ~/.vim/syntax_checkers/
- Restart Vim