mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: luarocks support
This commit is contained in:
parent
8eba74c3fc
commit
f1ba2e3d05
7 changed files with 177 additions and 2 deletions
|
@ -570,6 +570,8 @@ function M.update_state()
|
|||
installed[name] = nil
|
||||
end
|
||||
|
||||
require("lazy.manage.rocks").update_state()
|
||||
|
||||
Config.to_clean = {}
|
||||
for pack, dir_type in pairs(installed) do
|
||||
table.insert(Config.to_clean, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue