nvim-lua/wishlist

Embeddable Lua module system

Open

#13 建立於 2021年1月31日

在 GitHub 查看
 (1 留言) (2 反應) (0 負責人) (0 fork)github user discovery
help wantedidea

倉庫指標

Star
 (249 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南