Commit Graph
9 Commits
Author SHA1 Message Date
rootiest 969510cee1 Feat(picker): implement Pick command
This allows you to do `:Pick colorschemes` instead of `:lua Pick('colorschemes')`. Makes using less
frequent pickers fast and easy!
2025-02-27 16:52:43 -05:00
rootiest f6074cc198 add new picking global (Pick)
this allows you to run `Pick` instead of `require('data.func').pick`
Makes accessing the picker function easier/quicker/cleaner.
This is now implemented throughout the config.
2025-02-08 20:16:14 -05:00
rootiest 4f62a6b91c refactor: encapsulate setup logic into a dedicated function 2024-11-24 03:19:35 -05:00
rootiest b57784ac53 feat: add architecture detection to disable incompatible plugins 2024-11-23 14:19:12 -05:00
rootiest 54779cab5d fix: disable avante support for termux 2024-11-13 20:03:11 -05:00
rootiest 3f096313fc fix: ensure single quotes are used consistently across configuration files 2024-11-12 14:19:44 -05:00
rootiest 88d31b6bce fix: prevent rock loading on Termux to avoid compatibility issues 2024-11-10 16:18:44 -05:00
rootiest 50cebdbddd feat: add support for termux environment detection 2024-11-10 16:15:04 -05:00
rootiest a211c67e03 feat: add post-configuration functions for enhanced functionality 2024-11-03 00:59:50 -04:00