Shougo / dein.vim

:zap: Dark powered Vim/Neovim plugin manager
MIT License
3.42k stars 197 forks source link

Question: Have support for Lua? #414

Closed TeoDev1611 closed 3 years ago

TeoDev1611 commented 3 years ago

Warning: I will close the bug issue without the minimal init.vim and the reproduce ways.

Problems summary

Dein have support for Lua API

Expected

Support for the Lua API like require('dein')

Any idea for this ?

Shougo commented 3 years ago

I don't add the support. You can call Vim functions from Lua script. If you want to manage plugins by Lua, you should use other plugin manager like packer.nvim.

You can request it for other plugin managers. It will be rejected.