diff --git a/lua/dep/package.lua b/lua/dep/package.lua index 7ee2245..1ee712c 100644 --- a/lua/dep/package.lua +++ b/lua/dep/package.lua @@ -1,13 +1,5 @@ local logger = require('dep.log') --- TODO: allow specificying a path to use instead of cloning --- like so: @field path string? path to override other url --- I might have to deal with removing dead links and what not --- --- I think it would be best to link the desired directory to the --- neovim package directory, but idk if that will be easy enough --- we'll see - ---@class spec ---@field [1] string id ---@field setup function? code to run before the package is loaded