Skip to content

Commit

Permalink
Add 'kotlin-vim'
Browse files Browse the repository at this point in the history
  • Loading branch information
jvirtanen committed Jun 9, 2016
1 parent 484ab5c commit ed22708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.bash
Expand Up @@ -114,6 +114,7 @@ VIM_PATHOGEN_URL="https://raw.github.com/tpope/vim-pathogen/master/autoload/path
download_file $VIM_PATHOGEN_URL ".vim/autoload/pathogen.vim"

HTML5_VIM_URL="https://github.com/othree/html5.vim.git"
KOTLIN_VIM_URL="https://github.com/udalov/kotlin-vim.git"
VIM_ANSIBLE_YAML_URL="https://github.com/chase/vim-ansible-yaml.git"
VIM_FUGITIVE_URL="https://github.com/tpope/vim-fugitive.git"
VIM_JSON_URL="https://github.com/elzr/vim-json.git"
Expand All @@ -125,6 +126,7 @@ VIM_SLEUTH_URL="https://github.com/tpope/vim-sleuth.git"
VIM_VINEGAR_URL="https://github.com/tpope/vim-vinegar.git"

clone_repository $HTML5_VIM_URL ".vim/bundle/html5.vim"
clone_repository $KOTLIN_VIM_URL ".vim/bundle/kotlin-vim"
clone_repository $VIM_ANSIBLE_YAML_URL ".vim/bundle/vim-ansible-yaml"
clone_repository $VIM_FUGITIVE_URL ".vim/bundle/vim-fugitive"
clone_repository $VIM_JSON_URL ".vim/bundle/vim-json"
Expand Down

0 comments on commit ed22708

Please sign in to comment.