1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Add lang#swig layer

This commit is contained in:
wsdjeg 2017-02-16 20:46:26 +08:00
parent 45a8f52809
commit a648676813

View File

@ -0,0 +1,9 @@
function! SpaceVim#layers#lang#swig#plugins() abort
let plugins = []
call add(plugins, 'SpaceVim/vim-swig')
return plugins
endfunction
function! SpaceVim#layers#lang#swig#config() abort
endfunction