nvim-neorocks / rocks-dev.nvim

A swiss-army knife for testing and developing rocks.nvim modules.
GNU General Public License v3.0
14 stars 4 forks source link

feat(experimental): install rockspec dependencies #38

Closed mrcjkb closed 1 week ago

mrcjkb commented 1 week ago

See also: https://github.com/nvim-neorocks/rocks.nvim/pull/527

Requires an up-to-date rocks.nvim with the following experimental feature enabled:

vim.g.rocks_nvim = {
  -- ...
  experimental_features = {
    "ext_module_dependency_stubs",
  },
}