mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:30:03 +08:00
parent
5176ee9dc7
commit
6c51289858
13
autoload/SpaceVim/layers/lang/r.vim
Normal file
13
autoload/SpaceVim/layers/lang/r.vim
Normal file
@ -0,0 +1,13 @@
|
||||
"=============================================================================
|
||||
" r.vim --- lang#r layer for SpaceVim
|
||||
" Copyright (c) 2016-2017 Wang Shidong & Contributors
|
||||
" Author: Wang Shidong < wsdjeg at 163.com >
|
||||
" URL: https://spacevim.org
|
||||
" License: GPLv3
|
||||
"=============================================================================
|
||||
|
||||
function! SpaceVim#layers#lang#r#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['wsdjeg/Nvim-R', {'merged' : 0}])
|
||||
return plugins
|
||||
endfunction
|
Loading…
Reference in New Issue
Block a user