mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 09:35:40 +08:00
Remove duplicate luaref
This commit is contained in:
parent
d31cff777d
commit
81b46f7107
@ -3,8 +3,6 @@
|
|||||||
"
|
"
|
||||||
function! SpaceVim#layers#lang#lua#plugins() abort
|
function! SpaceVim#layers#lang#lua#plugins() abort
|
||||||
let plugins = []
|
let plugins = []
|
||||||
" Lua reference manual, wsdjeg's fork
|
|
||||||
call add(plugins, ['wsdjeg/luarefvim'])
|
|
||||||
" Improved Lua 5.3 syntax and indentation support for Vim
|
" Improved Lua 5.3 syntax and indentation support for Vim
|
||||||
call add(plugins, ['tbastos/vim-lua', {'on_ft' : 'lua'}])
|
call add(plugins, ['tbastos/vim-lua', {'on_ft' : 'lua'}])
|
||||||
call add(plugins, ['WolfgangMehner/lua-support', {'on_ft' : 'lua'}])
|
call add(plugins, ['WolfgangMehner/lua-support', {'on_ft' : 'lua'}])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user