squibid pushed to lazy at squibid/dep 2025-07-04 09:28:11 +00:00
9d4322572c should've tested the changes, nvim_create_usercommand doesn't like...
squibid pushed to lazy at squibid/dep 2025-07-04 09:25:28 +00:00
3b33a604d8 commands get rerun by default now
squibid pushed to lazy at squibid/dep 2025-07-04 09:04:54 +00:00
5aff147731 add better type definitions, and fix a bug related to...
squibid pushed to lazy at squibid/dep 2025-07-03 22:03:14 +00:00
edf32fbf06 fix bug: remove the callback from the on_load list
squibid pushed to lazy at squibid/dep 2025-07-03 21:02:50 +00:00
adec93b7f4 fix formatting log lines causing errors
1cd5f63f8e actually error when we fail to setup lazy loading for a package
Compare 2 commits »
squibid pushed to lazy at squibid/dep 2025-07-03 20:31:20 +00:00
8e46eddecd Allow users to lazy load on another package
squibid pushed to lazy at squibid/dep 2025-07-03 20:13:32 +00:00
989b385b5d Allow users to lazy load on another package
squibid pushed to lazy at squibid/dep 2025-07-03 01:52:08 +00:00
542298c1fe registering a filetype lazy load condition should happen on self not the...
squibid pushed to lazy at squibid/dep 2025-07-03 01:13:54 +00:00
cfc3f08d53 remove a testcase for specs
1c2f49fcfa unpin dep internally
Compare 2 commits »
squibid pushed to lazy at squibid/dep 2025-07-03 01:07:17 +00:00
f6209048f1 Revert "use the correct_spec function to handle dependencies and requirements"
squibid pushed to lazy at squibid/dep 2025-07-03 00:36:29 +00:00
5bd30d9397 don't error when the ui is closed
squibid pushed to lazy at squibid/dep 2025-07-03 00:35:34 +00:00
1538046b6f make finding modules synchronous to avoid some bugs when calling...
squibid pushed to lazy at squibid/dep 2025-07-02 21:56:55 +00:00
5deffca36e improve lazy loading on commands, dep will now load on completion
squibid pushed to lazy at squibid/dep 2025-07-02 19:01:26 +00:00
318a86d786 use the correct_spec function to handle dependencies and requirements
5541a656e2 add tests for the spec checker
Compare 2 commits »
squibid pushed to lazy at squibid/dep 2025-07-02 08:24:11 +00:00
59a963a5c5 update the LICENSE
squibid pushed to lazy at squibid/dep 2025-07-02 08:16:12 +00:00
cd43b3b853 add git pre-commit hooks
squibid pushed to lazy at squibid/dep 2025-07-02 08:15:12 +00:00
72a2e84fd4 add git pre-commit hooks
585f04c745 add testing...
Compare 2 commits »
squibid pushed to lazy at squibid/dep 2025-07-02 07:12:34 +00:00
a13d616da5 add documentation
squibid pushed to lazy at squibid/dep 2025-07-02 03:34:44 +00:00
26ef7289f6 update readme
d406ee18f2 allow never syncing
e0f39fe0db allow disabling modules
Compare 3 commits »
squibid pushed to lazy at squibid/dep 2025-07-02 02:01:15 +00:00
e8276e3137 ensure that the setup step doesn't get run multiple times when opening...