remove todo for loading local plugins

This commit is contained in:
2025-04-25 23:19:37 -05:00
parent a28fd8f2e6
commit dfb1820a8e

View File

@ -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