mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-23 17:51:32 +08:00
16 lines
330 B
VimL
16 lines
330 B
VimL
""
|
|
" @section lang#kotlin, layer-lang-kotlin
|
|
" @parentsection layers
|
|
" This layer is for kotlin development.
|
|
|
|
|
|
function! SpaceVim#layers#lang#kotlin#plugins() abort
|
|
let plugins = []
|
|
call add(plugins, ['udalov/kotlin-vim'])
|
|
return plugins
|
|
endfunction
|
|
|
|
function! SpaceVim#layers#lang#kotlin#config() abort
|
|
|
|
endfunction
|