1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00

Remove duplicate luaref

This commit is contained in:
wsdjeg 2017-01-20 22:43:27 +08:00
parent d31cff777d
commit 81b46f7107

View File

@ -3,8 +3,6 @@
"
function! SpaceVim#layers#lang#lua#plugins() abort
let plugins = []
" Lua reference manual, wsdjeg's fork
call add(plugins, ['wsdjeg/luarefvim'])
" Improved Lua 5.3 syntax and indentation support for Vim
call add(plugins, ['tbastos/vim-lua', {'on_ft' : 'lua'}])
call add(plugins, ['WolfgangMehner/lua-support', {'on_ft' : 'lua'}])