black-desk / fcitx5-ui.nvim

fcitx5 user interface inside neovim
GNU General Public License v3.0
39 stars 0 forks source link

Publish it to luarocks for rocks.nvim? #1

Closed Freed-Wu closed 1 month ago

Freed-Wu commented 1 month ago

https://github.com/nvim-neorocks/rocks.nvim can allow user don't declare dependence in package manager. How about support it? TIA!

black-desk commented 1 month ago

Let me have a look few days later.

Freed-Wu commented 1 month ago

Thanks for your reply.

BTW. Is https://github.com/black-desk/fcitx5-ui.nvim/blob/665ecb1365639cd6c14e47f4bacd9121106025a2/lua/fcitx5-ui/init.lua#L6-L12 essential? Because my ~/.local/share/nvim/fcitx5-ui doesn't exist, and this plugin also work for me.

black-desk commented 1 month ago

Thanks for your reply.

BTW. Is https://github.com/black-desk/fcitx5-ui.nvim/blob/665ecb1365639cd6c14e47f4bacd9121106025a2/lua/fcitx5-ui/init.lua#L6-L12 essential? Because my ~/.local/share/nvim/fcitx5-ui doesn't exist, and this plugin also work for me.

check this commit https://github.com/black-desk/fcitx5-ui.nvim/commit/665ecb1365639cd6c14e47f4bacd9121106025a2

Freed-Wu commented 1 month ago

check this commit

Maybe we should add these path only if user install lazy.nvim?