mirror of
https://github.com/udalov/kotlin-vim.git
synced 2025-12-22 12:13:51 +01:00
6 lines
121 B
VimL
6 lines
121 B
VimL
if exists('b:did_ftplugin') | finish | endif
|
|
let b:did_ftplugin = 1
|
|
|
|
setlocal comments=://
|
|
setlocal commentstring=//\ %s
|