mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
add vim-scala plugins in scala lang layer for synctax highting and more
This commit is contained in:
parent
2952ff87a7
commit
c1102db9f7
14
autoload/SpaceVim/layers/lang/scala.vim
Normal file
14
autoload/SpaceVim/layers/lang/scala.vim
Normal file
@ -0,0 +1,14 @@
|
||||
""
|
||||
" @section lang#scala, layer-lang-scala
|
||||
" @parentsection layers
|
||||
" @subsection mappings
|
||||
" >
|
||||
" mode key function
|
||||
" <
|
||||
|
||||
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