From ed677c34d55a0e025b7008f29419498a3989cde2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 09:15:44 +0100 Subject: Update --- ftplugin/kotlin.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ftplugin/kotlin.vim (limited to 'ftplugin/kotlin.vim') diff --git a/ftplugin/kotlin.vim b/ftplugin/kotlin.vim new file mode 100644 index 00000000..0fceaf35 --- /dev/null +++ b/ftplugin/kotlin.vim @@ -0,0 +1,9 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'kotlin') == -1 + +if exists("b:did_ftplugin") | finish | endif +let b:did_ftplugin = 1 + +setlocal comments=:// +setlocal commentstring=//\ %s + +endif -- cgit v1.2.3