Skip to content

Commit ecd2393

Browse files
committed
add Pathogen and Vundle instructions to the README
1 parent 53cd777 commit ecd2393

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Installation
44

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+
515
0. `mkdir -p ~/.vim/{syntax,indent,ftdetect}`
616
1. `cp syntax/kotlin.vim ~/.vim/syntax/kotlin.vim`
717
2. `cp indent/kotlin.vim ~/.vim/indent/kotlin.vim`

0 commit comments

Comments
 (0)