Commit Graph

24 Commits (main)

Author SHA1 Message Date
LeMarsu 6c499b1441 fix: plugins with init are now loaded as they should be 2024-06-08 23:57:29 +02:00
LeMarsu da637930bc feat: add describe subcommand 2024-06-05 02:47:46 +02:00
LeMarsu c20336ee60 refactor: filters are now fully dynamic 2024-06-05 02:02:57 +02:00
LeMarsu f50f314c98 feat: Sloth command has now completion 2024-06-05 01:54:41 +02:00
LeMarsu f52525abd1 feat: can load lazy plugins on keymaps 2024-06-04 03:26:27 +02:00
LeMarsu 70484e221f feat: can load lazy plugins on events 2024-06-04 03:26:24 +02:00
LeMarsu eb11cfbe1a fix: Sloth list was broken since refactoring 2024-06-04 00:48:37 +02:00
LeMarsu 3732144c33 refactor: deps are now loaded via a FSM 2024-06-03 02:59:42 +02:00
LeMarsu a2bc77f229 refactor: deps provides accessors via metatables 2024-06-03 02:59:42 +02:00
LeMarsu 29e8841a3d refactor: split Sloth subcommands in their own files 2024-06-03 02:59:42 +02:00
LeMarsu ab361c86b4 refactor: extract Sloth command code in its own module 2024-06-03 02:59:42 +02:00
LeMarsu 3204b5a39d refactor: extract all dep logic in Dep object 2024-06-03 02:59:29 +02:00
LeMarsu 2903d288e2 feat: add `version` Sloth subcommand 2024-05-30 23:44:34 +02:00
LeMarsu 75bca38fb1 feat: add `Sloth load` subcommand
The command allows you to load plugins
2024-05-30 02:55:11 +02:00
LeMarsu edab526dd0 feat: introduce new Sloth command with list subcommand
Only have a "list" subcommand for now.
The list can be filtered with "all", "loaded", "notloaded"
2024-05-30 02:55:11 +02:00
LeMarsu 3864d3b9b9 fix: prevent `setup` function to be called twice 2024-05-30 02:55:11 +02:00
LeMarsu 805b41ed58 feat: can load lazy plugins on FileType autocommand 2024-05-30 02:55:11 +02:00
LeMarsu cece8f6464 feat: loading plugins respect dependencies option 2024-05-30 02:55:11 +02:00
LeMarsu 81d82e05a2 feat: can load lazy plugins via placeholder `cmd`s 2024-05-30 02:55:11 +02:00
LeMarsu 5291529e6f feat: can load lazy plugins 2024-05-30 02:55:06 +02:00
LeMarsu d66d4b80e0 fix: give default init.lua if none provided 2024-05-28 20:06:29 +02:00
LeMarsu 5a37860631 feat: simplify lua api 2024-05-28 11:53:35 +02:00
LeMarsu ce89ae854a feat: rename neofalke to sloth-flake.nvim 2024-05-26 19:09:40 +02:00
LeMarsu 2d9d889d94 first import 2024-05-26 18:48:51 +02:00