From fe38bd4c1d6f9f64f355b4f7eb5e6c34ac79464f Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Fri, 24 Jan 2020 11:59:16 +0100 Subject: Add kotlin vim --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index f90b323..186e318 100644 --- a/.gitmodules +++ b/.gitmodules @@ -65,3 +65,6 @@ [submodule "vim/bundle/vim-svelte-plugin"] path = vim/bundle/vim-svelte-plugin url = https://github.com/leafOfTree/vim-svelte-plugin.git +[submodule "vim/bundle/kotlin-vim"] + path = vim/bundle/kotlin-vim + url = https://github.com/udalov/kotlin-vim.git -- cgit