Tags: FrankFang/commander.nvim
Tags
Commander 0.2 (FeiyouG#29) * feat: add Command and Keymap class * feat: add Config class * feat: add Layer class * refacotr using Layer and Config class and OOP * feat: add Filter class * refacotr: telecope extension * refacotr: remove duplicate constants * refactor!: renamed command_center to commander * feat: make telescope an optional dependency * fix: mark all usage of command_center as deprecated and add warning message * chore: remove redundant module * fix: execute command from telescope prompt * test: add test for Keymap and Command * fix: tests for Command * break! remove deprecated command 'Telescope command_center' * feat: add Layer:insert api * break! update Config * doc: update README.md * Update documentation and comments * Update CommanderFilter and standardize its usage * doc: add 'integration' section * doc: update demo video