mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 08:30:06 +08:00
parent
ad5dc7d977
commit
b6457ecd2a
12
autoload/SpaceVim/layers/lang/toml.vim
Normal file
12
autoload/SpaceVim/layers/lang/toml.vim
Normal file
@ -0,0 +1,12 @@
|
||||
"=============================================================================
|
||||
" toml.vim --- toml 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#toml#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['cespare/vim-toml', {'merged' : 0}])
|
||||
return plugins
|
||||
endfunction
|
Loading…
Reference in New Issue
Block a user