You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
# Project: Claude Code Plugin
2
2
3
3
## Overview
4
+
4
5
Claude Code Plugin provides seamless integration between the Claude Code AI assistant and Neovim. It enables direct communication with the Claude Code CLI from within the editor, context-aware interactions, and various utilities to enhance AI-assisted development within Neovim.
5
6
6
7
## Essential Commands
8
+
7
9
- Run Tests: `env -C /home/gregg/Projects/neovim/plugins/claude-code lua tests/run_tests.lua`
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ Instances of unacceptable behavior may be reported by contacting the project tea
35
35
36
36
## Attribution
37
37
38
-
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
38
+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 2.0, available at [Contributor Covenant v2.0](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html).
3. Link the repository to your Neovim plugins directory or use your plugin manager's development mode
61
62
62
63
4. Make sure you have the Claude Code CLI tool installed and properly configured
63
64
64
65
5. Set up the Git hooks for automatic code formatting:
65
-
```bash
66
-
./scripts/setup-hooks.sh
67
-
```
66
+
67
+
```bash
68
+
./scripts/setup-hooks.sh
69
+
```
68
70
69
71
This will set up pre-commit hooks to automatically format Lua code using StyLua before each commit.
70
72
@@ -90,6 +92,7 @@ The [DEVELOPMENT.md](DEVELOPMENT.md) file contains detailed information about:
90
92
We use [StyLua](https://github.com/JohnnyMorganz/StyLua) to enforce consistent formatting of the codebase. The formatting is done automatically via pre-commit hooks if you've set them up using the script provided.
91
93
92
94
Key style guidelines:
95
+
93
96
- Configuration is in `stylua.toml` at the project root
94
97
- Maximum line length is 120 characters
95
98
- Use 2 spaces for indentation
@@ -144,4 +147,4 @@ By contributing to Claude-Code.nvim, you agree that your contributions will be l
144
147
145
148
If you have any questions about contributing, please open an issue with your question.
0 commit comments