More cowbell#1
Conversation
…etter completion, and diagnostics toggle
- Change selection from string to proper table structure with preselect and auto_insert - Fixes validation error in blink.cmp config
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||

PR Type
Enhancement, Bug fix
Description
Add virtual text diagnostics toggle keymap with notification feedback
Fix blink.cmp completion selection configuration structure
Expand formatter support across multiple languages and file types
Enable LSP inlay hints for function parameters and type information
Add clangd configuration with inlay hints support
Auto-install additional formatters via mason-tool-installer
Comment out stylua CI test step temporarily
Diagram Walkthrough
File Walkthrough
keymaps.lua
Add virtual text diagnostics toggle keymaplua/config/keymaps.lua
uvto toggle virtual text diagnostics on/offvim.diagnostic.config()to toggle virtual_text stateSnacks.notify.info()showingenabled/disabled status
conform.lua
Expand formatter support across multiple languageslua/plugins/conform.lua
C/C++ (clang-format), Go (gofmt), Rust (rustfmt)
lsp.lua
Enable inlay hints and add clangd configurationlua/plugins/lsp.lua
(prettier, black, shfmt, clang-format)
blink-cmp.lua
Fix blink.cmp completion selection configurationlua/plugins/blink-cmp.lua
table structure
preselect = trueto automatically select first completion itemauto_insert = trueto automatically insert selected itemlint-and-test.yml
Comment out stylua CI test steps.github/workflows/lint-and-test.yml
KEYMAPS.md
Document virtual text diagnostics toggle keymapKEYMAPS.md
uvkeymaplazy-lock.json
Update plugin lock file versionslazy-lock.json