mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:40:04 +08:00
Add lang#typescript layer
This commit is contained in:
parent
2fcfdaedd5
commit
dd3848f8cc
20
autoload/SpaceVim/layers/lang/typescript.vim
Normal file
20
autoload/SpaceVim/layers/lang/typescript.vim
Normal file
@ -0,0 +1,20 @@
|
||||
"=============================================================================
|
||||
" typescript.vim --- lang#typescript layer for SpaceVim
|
||||
" Copyright (c) 2016-2017 Shidong Wang & Contributors
|
||||
" Author: Shidong Wang < wsdjeg at 163.com >
|
||||
" URL: https://spacevim.org
|
||||
" License: MIT license
|
||||
"=============================================================================
|
||||
|
||||
|
||||
function! SpaceVim#layers#lang#typescript#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['leafgarland/typescript-vim'])
|
||||
call add(plugins, ['Quramy/tsuquyomi'])
|
||||
return plugins
|
||||
endfunction
|
||||
|
||||
|
||||
function! SpaceVim#layers#lang#typescript#config() abort
|
||||
|
||||
endfunction
|
Loading…
Reference in New Issue
Block a user