Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Neovim Config β€” Agent Notes

## Checks

Run these before and after making changes to verify nothing is broken:

```bash
# Check formatting (must pass before committing)
stylua --check .

# Load the config module headlessly to catch Lua errors
nvim --headless -u NONE --cmd "set rtp^=." -c "lua require('config')" -c "qa"
```

If `stylua --check .` reports violations, fix them with `stylua .`.

## Docs

| Playbook | Description |
Expand Down