mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +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
|
||||
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'}])
|
||||
|
Loading…
Reference in New Issue
Block a user