1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 12:49:10 +08:00

Add lang#ruby layer

This commit is contained in:
wsdjeg 2017-08-30 22:11:34 +00:00
parent 11c7d5cbda
commit 5c10f813f0
2 changed files with 40 additions and 0 deletions

View 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
View 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