mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-13 13:10:39 +08:00
Merge branch 'lang/ruby' into dev
This commit is contained in:
commit
51e6ff4861
18
autoload/SpaceVim/layers/lang/ruby.vim
Normal file
18
autoload/SpaceVim/layers/lang/ruby.vim
Normal file
@ -0,0 +1,18 @@
|
||||
"=============================================================================
|
||||
" ruby.vim --- lang#ruby 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#ruby#plugins() abort
|
||||
let plugins = []
|
||||
|
||||
return plugins
|
||||
endfunction
|
||||
|
||||
|
||||
function! SpaceVim#layers#lang#ruby#config() abort
|
||||
|
||||
endfunction
|
22
docs/layers/lang/ruby.md
Normal file
22
docs/layers/lang/ruby.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "SpaceVim lang#ruby layer"
|
||||
---
|
||||
|
||||
# [SpaceVim Layers:](https://spacevim.org/layers) lang#ruby
|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
* [Description](#description)
|
||||
* [Layer Installation](#layer-installation)
|
||||
* [Key bindings](#key-bindings)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## Description
|
||||
|
||||
This layer is for ruby development.
|
||||
|
||||
## Layer Installation
|
||||
|
||||
To use this configuration layer, add `SPLayer 'lang#ruby'` to your custom configuration file.
|
||||
|
||||
## Key bindings
|
Loading…
x
Reference in New Issue
Block a user