mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:20:04 +08:00
Merge pull request #423 from icearith/dev
add vim-scala plugins in scala lang layer for synctax highting and more
This commit is contained in:
commit
cc45dfb211
10
autoload/SpaceVim/layers/lang/scala.vim
Normal file
10
autoload/SpaceVim/layers/lang/scala.vim
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
""
|
||||||
|
" @section lang#scala, layer-lang-scala
|
||||||
|
" @parentsection layers
|
||||||
|
|
||||||
|
function! SpaceVim#layers#lang#scala#plugins() abort
|
||||||
|
let plugins = []
|
||||||
|
" scala
|
||||||
|
call add(plugins, ['derekwyatt/vim-scala', { 'on_ft' : 'scala'}])
|
||||||
|
return plugins
|
||||||
|
endfunction
|
Loading…
Reference in New Issue
Block a user