mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:00:04 +08:00
Merge pull request #823 from oldstager/lang/pony
Add layer for Pony programming language
This commit is contained in:
commit
f4e087c0ff
18
autoload/SpaceVim/layers/lang/pony.vim
Normal file
18
autoload/SpaceVim/layers/lang/pony.vim
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
"=============================================================================
|
||||||
|
" pony.vim --- pony Layer file for SpaceVim
|
||||||
|
" Copyright (c) 2012-2016 kShidong Wang & Contributors
|
||||||
|
" Author: Bambang Purnomsoidi D. P, < bambangpdp at gmail.com >
|
||||||
|
" URL: https://spacevim.org
|
||||||
|
" License: MIT license
|
||||||
|
"=============================================================================
|
||||||
|
|
||||||
|
""
|
||||||
|
" @section lang#pony, layer-lang-pony
|
||||||
|
" @parentsection layers
|
||||||
|
|
||||||
|
function! SpaceVim#layers#lang#pony#plugins() abort
|
||||||
|
let plugins = []
|
||||||
|
" .pony file type
|
||||||
|
call add(plugins, ['jakwings/vim-pony', { 'on_ft' : 'pony'}])
|
||||||
|
return plugins
|
||||||
|
endfunction
|
Loading…
Reference in New Issue
Block a user