1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:20:04 +08:00

Add lang#typescript layer

This commit is contained in:
wsdjeg 2017-09-11 20:18:28 +08:00
parent 2fcfdaedd5
commit dd3848f8cc

View 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