1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 11:50:05 +08:00

Fix: typo in sql.vim (#2794)

This commit is contained in:
飘尘 2019-05-07 15:31:17 +08:00 committed by Wang Shidong
parent 98dbadfde4
commit 6edb6c1037

View File

@ -6,7 +6,7 @@
" License: GPLv3
"=============================================================================
function! SpaceVim#layers#autoload#lang#sql#plugins() abort
function! SpaceVim#layers#lang#sql#plugins() abort
let plugins = []
call add(plugins, ['tpope/vim-dadbod', {'merged' : 0}])
return plugins