refactor(colorscheme): rename environment variable to `THEME_MODE`.
chore(straight): update minuet version.
chore(straight): update lockfile.
chore: manage `minuet` with straight.
chore: update minuet misc.
fix: include required files.
refactor(minuet): move minuet to a subfolder under site-lisp.
feat!(minuet): change default provider to openai-fim-compatible.
refactor(minuet): use `defcustom` to define some variables.
refactor(minuet): rename variables.
feat(minuet): implement auto suggestion mode support.
refactor(minuet): try to invoke completion when cycling with no available compleion items.
feat(minuet): cancel pending curl requests when new completion is invoked.
fix(minuet): don't use `M-]` and `M-[` in keymap.
As weird behaviro will occur if those two keys are used in a keymap.
feat(minuet): add overlay based inline code suggestion support.
feat(minuet): prevent auto-insertion of single completion items
feat(aider): add mode switching commands.
chore(straight): update editorconfig version.