nvim-lua/wishlist

Embeddable Lua module system

Open

#13 aperta il 31 gen 2021

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari) (0 fork)github user discovery
help wantedidea

Metriche repository

Star
 (249 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

What? I want to embed some of my own Lua module for plugins. For example, The Vim script has https://github.com/vim-jp/vital.vim that is easy to embed custom module to other plugins.

Why? I want to try and error when I create some of the modules. But currently, the neovim community's approach is hard to apply breaking changes. For example, I think plenary.nvim is being hard to apply breaking change.

Potential existing implementations: https://github.com/vim-jp/vital.vim is the ideal solution, I think.

Potential pitfalls: Probably, it will make the users are being to do Reinventing the wheel but Lua plugin ecosystem will be grown, I think.

Guida contributor