Giter VIP home page Giter VIP logo

luarocks's People

Contributors

camspiers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vhyrro

luarocks's Issues

lua rock dbus_proxy is not available in the neovim lua interpreter after installation

I think it has something to do with dbus_proxy entrypoint structure(it's a directory) but I don't think the rock is broken, maybe it relies on some deprecated import behaviour. I can't say for sure because I am not a lua developer.

moving init.lua out of dbus_proxy directory at ~/.local/share/nvim/lazy/luarocks/.rocks/share/lua/5.1 and renaming it to dbus_proxy.lua made it available

namespace clash: rename `luarocks` -> `nvim-luarocks`

Under some circumstances and on certain setups require("luarocks") will return the real Luarocks API.

To prevent awkward clashes it might make sense to rename the whole namespace to nvim-luarocks or something of the like :)

Installation of plugins by configuration is broken for dbus_proxy

dbus_proxy luarock specified in the config like this:

{
  "camspiers/luarocks",
  dependencies = {
    "rcarriga/nvim-notify",
  },
  opts = {
    rocks = { "dbus_proxy" },
  },
},

doesn't get installed automatically after build or on launch unlike "fzy" from the example.
My workaround is to just use :RocksInstall dbus_proxy but it introduces a manual step in the process of setting up my neovim config.

proposal: consider omitting LuaJIT installation

Hey,

Given that Neovim already bundles its own Lua interpreter, is there any incentive to keep the LuaJIT installation process in the build.lua? It seems to not affect behaviour in any meaningful way when I tried modifying the plugin and running without that specific step. It could cause luarocks to use some other lua version internally, but to my knowledge that does not change anything.

It's definitely the build step that takes the longest so eliminating it would be nice :)
If we're okay with the change I can make a pull request for it (or you could perform the change if you prefer).

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.