We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cd777 commit ecd2393Copy full SHA for ecd2393
README.md
@@ -2,6 +2,16 @@
2
3
## Installation
4
5
+### [Vundle](https://github.com/gmarik/Vundle.vim)
6
+
7
+Add `Plugin 'udalov/kotlin-vim'` to your `~/.vimrc` and run `PluginInstall`.
8
9
+### [Pathogen](https://github.com/tpope/vim-pathogen)
10
11
+ $ git clone https://github.com/udalov/kotlin-vim ~/.vim/bundle/
12
13
+### Manual
14
15
0. `mkdir -p ~/.vim/{syntax,indent,ftdetect}`
16
1. `cp syntax/kotlin.vim ~/.vim/syntax/kotlin.vim`
17
2. `cp indent/kotlin.vim ~/.vim/indent/kotlin.vim`
0 commit comments