JJ doesn't include all changes in msg #45

Closed
opened 2025-11-01 17:20:24 +00:00 by dikkadev · 0 comments
dikkadev commented 2025-11-01 17:20:24 +00:00 (Migrated from github.com)

It did not include added files, only modified ones


🔴 ~/.config/nvim on  main 󱗆  "main"⇡1 "(no description set)" [6 +108-24] via 🌙 115ms at 18:17:51
❯ tc --debug-context
Using Jujutsu repository

=== Message to AI ===
System: You are a specialized AI that generates conventional commit messages based on git diffs. Your ONLY purpose is to produce properly formatted conventional commits that follow the exact specification at conventionalcommits.org.

# INPUT AND RESPONSE FORMAT
- You will receive a git diff of staged files
- You MUST respond ONLY with a single, properly formatted conventional commit message
- Your response must NOT be formatted as markdown or contain any other markup
- Your response must consist of a single headline and optionally one body paragraph
- Never include multiple commits or bullet points in your response

# COMMIT PHILOSOPHY
- Focus primarily on WHY the change was made, not WHAT was changed (the diff already shows the what)
- A good commit explains the intent, motivation, and reasoning behind the change
- Commits should provide context that isn't obvious from the code itself
- Think at a higher abstraction level than the code - capture the purpose, not the implementation

# CONVENTIONAL COMMIT STRUCTURE
<type>[optional scope][!]: <description>

[optional body]

[optional footer(s)]

# COMMIT RULES
1. Type: MUST be one of these nouns:
   - 'feat': introduces a new feature (correlates with MINOR in SemVer)
   - 'fix': patches a bug (correlates with PATCH in SemVer)
   - 'docs': documentation changes only
   - 'style': changes that don't affect code meaning (whitespace, formatting, etc.)
   - 'refac': code change that neither fixes a bug nor adds a feature
   - 'test': adding or correcting tests
   - 'build': changes affecting build system or external dependencies
   - 'ci': changes to CI configuration files and scripts
   - 'chore': other changes

2. Scope: OPTIONAL (but preferred), must be a noun in parentheses describing a section of the codebase
   Example: feat(parser): add ability to parse arrays

3. Breaking Change: Indicated by adding '!' before the colon or by adding a 'BREAKING CHANGE:' footer
   Example: feat(api)!: remove deprecated endpoints

4. Description: MUST immediately follow the colon and space after type/scope
   - Use imperative, present tense: 'add' not 'added' or 'adds'
   - Don't capitalize first letter
   - No period at the end
   - Focus on the intent rather than implementation details
   - Be specific yet concise about the change's purpose

5. Body: OPTIONAL but when present MUST:
   - Be separated from description by a blank line
   - Be a single concise paragraph explaining the motivation and context
   - Focus on WHY the change was needed, not what was changed
   - Explain the problem being solved, not how you solved it
   - Describe intent, rationale, and underlying reasons for the change
   - Highlight non-obvious implications or connections to other parts of the system
   - Never be a list of changes (the git diff already shows this)
   - Follow the KISS principle: brief but meaningful
   - Provide context without being verbose

6. Footer: OPTIONAL, must be separated from body by blank line
   Example: BREAKING CHANGE: configuration format has changed

# EXAMPLES
feat: add user authentication feature
fix(database): resolve connection timeout issue
refactor!: change API response format
chore: update dependencies to latest versions

# HIGH-LEVEL COMMIT EXAMPLES WITH BODY
feat(auth): implement OAuth2 login flow

Enable users to authenticate via third-party providers instead of managing credentials locally, improving security and reducing friction in the sign-up process.

fix(performance): optimize database query pagination

Resolves timeout issues during high traffic periods by implementing cursor-based pagination instead of offset-based, dramatically reducing query execution time.

# ADDITIONAL INSTRUCTIONS
- User may provide specific instructions or additional context - incorporate only if relevant
- User may ask for revisions - be responsive to feedback
- NEVER include explanations about your reasoning or analysis - ONLY output the commit message

Remember: Always prioritize clarity and precision over verbosity.
=====================

=== Message to AI ===
User: diff --git a/lazy-lock.json b/lazy-lock.json
--- a/lazy-lock.json
+++ b/lazy-lock.json
@@ -11,49 +11,49 @@
-  "gitsigns.nvim": { "branch": "main", "commit": "f780609807eca1f783a36a8a31c30a48fbe150c5" },
+  "github-nvim-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" },
-  "go.nvim": { "branch": "master", "commit": "65a3b811d9dec2a912244a911a8f91de58f145ed" },
+  "gitsigns.nvim": { "branch": "main", "commit": "f780609807eca1f783a36a8a31c30a48fbe150c5" },
-  "gx.nvim": { "branch": "main", "commit": "fc17f30aa3e705f2d5810d75ffff404bcc68e91a" },
+  "go.nvim": { "branch": "master", "commit": "65a3b811d9dec2a912244a911a8f91de58f145ed" },
-  "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" },
+  "gx.nvim": { "branch": "main", "commit": "fc17f30aa3e705f2d5810d75ffff404bcc68e91a" },
-  "jj-diffconflicts": { "branch": "main", "commit": "1e98328054902209a5338ec80f26b8e8a13cfb26" },
+  "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" },
-  "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
+  "jj-diffconflicts": { "branch": "main", "commit": "1e98328054902209a5338ec80f26b8e8a13cfb26" },
-  "lazygit.nvim": { "branch": "main", "commit": "2305deed25bc61b866d5d39189e9105a45cf1cfb" },
+  "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
-  "log-highlight.nvim": { "branch": "main", "commit": "cac07cf2d1937038f6627a450bef4664f096b120" },
+  "lazygit.nvim": { "branch": "main", "commit": "2305deed25bc61b866d5d39189e9105a45cf1cfb" },
-  "lualine.nvim": { "branch": "master", "commit": "b8c23159c0161f4b89196f74ee3a6d02cdc3a955" },
+  "log-highlight.nvim": { "branch": "main", "commit": "cac07cf2d1937038f6627a450bef4664f096b120" },
-  "marks.nvim": { "branch": "master", "commit": "f353e8c08c50f39e99a9ed474172df7eddd89b72" },
+  "lualine.nvim": { "branch": "master", "commit": "b8c23159c0161f4b89196f74ee3a6d02cdc3a955" },
-  "mason-lspconfig.nvim": { "branch": "main", "commit": "7f9a39fcd2ac6e979001f857727d606888f5909c" },
+  "marks.nvim": { "branch": "master", "commit": "f353e8c08c50f39e99a9ed474172df7eddd89b72" },
-  "mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" },
+  "mason-lspconfig.nvim": { "branch": "main", "commit": "7f9a39fcd2ac6e979001f857727d606888f5909c" },
-  "mini.move": { "branch": "main", "commit": "4fe4a855fee53c66b0f3255a4b54ddc2ae6b308c" },
+  "mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" },
-  "mini.surround": { "branch": "main", "commit": "5aab42fcdcf31fa010f012771eda5631c077840a" },
+  "mini.move": { "branch": "main", "commit": "4fe4a855fee53c66b0f3255a4b54ddc2ae6b308c" },
-  "nvim-dap": { "branch": "master", "commit": "7523676a4be17644587aa47e4d42f6f7646d4727" },
+  "mini.surround": { "branch": "main", "commit": "5aab42fcdcf31fa010f012771eda5631c077840a" },
-  "nvim-dap-go": { "branch": "main", "commit": "b4421153ead5d726603b02743ea40cf26a51ed5f" },
+  "nvim-dap": { "branch": "master", "commit": "7523676a4be17644587aa47e4d42f6f7646d4727" },
-  "nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
+  "nvim-dap-go": { "branch": "main", "commit": "b4421153ead5d726603b02743ea40cf26a51ed5f" },
-  "nvim-dap-virtual-text": { "branch": "master", "commit": "fbdb48c2ed45f4a8293d0d483f7730d24467ccb6" },
+  "nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
-  "nvim-lspconfig": { "branch": "master", "commit": "d9879110d0422a566fa01d732556f4d5515e1738" },
+  "nvim-dap-virtual-text": { "branch": "master", "commit": "fbdb48c2ed45f4a8293d0d483f7730d24467ccb6" },
-  "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
+  "nvim-lspconfig": { "branch": "master", "commit": "d9879110d0422a566fa01d732556f4d5515e1738" },
-  "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
+  "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
-  "nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
+  "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
-  "nvim-various-textobjs": { "branch": "main", "commit": "237763835b65bdc64f0e19a31c040321813e4333" },
+  "nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
-  "nvim-web-devicons": { "branch": "master", "commit": "6e51ca170563330e063720449c21f43e27ca0bc1" },
+  "nvim-various-textobjs": { "branch": "main", "commit": "237763835b65bdc64f0e19a31c040321813e4333" },
-  "octo.nvim": { "branch": "master", "commit": "6dabe62fb6678804ad38fb0f060854a5d1d4a7ef" },
+  "nvim-web-devicons": { "branch": "master", "commit": "6e51ca170563330e063720449c21f43e27ca0bc1" },
-  "ofirkai.nvim": { "branch": "master", "commit": "7eb471a5f0694bad8d61448f8bcd1f50a1d62b54" },
+  "octo.nvim": { "branch": "master", "commit": "6dabe62fb6678804ad38fb0f060854a5d1d4a7ef" },
-  "oil-git-status.nvim": { "branch": "main", "commit": "4b5cf53842c17a09420919e655a6a559da3112d7" },
+  "ofirkai.nvim": { "branch": "master", "commit": "7eb471a5f0694bad8d61448f8bcd1f50a1d62b54" },
-  "oil.nvim": { "branch": "master", "commit": "07f80ad645895af849a597d1cac897059d89b686" },
+  "oil-git-status.nvim": { "branch": "main", "commit": "4b5cf53842c17a09420919e655a6a559da3112d7" },
-  "omnisharp-extended-lsp.nvim": { "branch": "main", "commit": "ec1a2431f8872f650a85ed71c24f0715df2e49c2" },
+  "oil.nvim": { "branch": "master", "commit": "07f80ad645895af849a597d1cac897059d89b686" },
-  "opencode.nvim": { "branch": "main", "commit": "9851bd3729a8ec65869d47b91e491a96f11e53b2" },
+  "omnisharp-extended-lsp.nvim": { "branch": "main", "commit": "ec1a2431f8872f650a85ed71c24f0715df2e49c2" },
-  "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
+  "oxocarbon.nvim": { "branch": "main", "commit": "9f85f6090322f39b11ae04a343d4eb9d12a86897" },
-  "quicksub.nvim": { "branch": "main", "commit": "bedc193c6d865f500f9c76a1409fe262ba5ab13f" },
+  "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
-  "render-markdown.nvim": { "branch": "main", "commit": "5b01324a5fce277183098eac0a2cdb9c1b446b73" },
+  "quicksub.nvim": { "branch": "main", "commit": "bedc193c6d865f500f9c76a1409fe262ba5ab13f" },
-  "sibling-swap.nvim": { "branch": "main", "commit": "75e696c340429769aa34d0bbae1511c8d9660c0b" },
+  "render-markdown.nvim": { "branch": "main", "commit": "5b01324a5fce277183098eac0a2cdb9c1b446b73" },
-  "snacks.nvim": { "branch": "main", "commit": "143e9b58c7b8301bdc36b1b8a03449078beb49d1" },
+  "rose-pine": { "branch": "main", "commit": "72a04c4065345b51b56aed4859ea1d884f734097" },
-  "sqlite.lua": { "branch": "master", "commit": "50092d60feb242602d7578398c6eb53b4a8ffe7b" },
+  "sibling-swap.nvim": { "branch": "main", "commit": "75e696c340429769aa34d0bbae1511c8d9660c0b" },
-  "switch.vim": { "branch": "main", "commit": "4017a58f7ed8a2d76a288e36130affe8eb55e83a" },
+  "sqlite.lua": { "branch": "master", "commit": "50092d60feb242602d7578398c6eb53b4a8ffe7b" },
-  "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
+  "switch.vim": { "branch": "main", "commit": "4017a58f7ed8a2d76a288e36130affe8eb55e83a" },
-  "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
+  "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
-  "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" },
+  "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
-  "tinygo.nvim": { "branch": "main", "commit": "5c097bba3e6dd5ebb5b52001e1e9cfba0c81849d" },
+  "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" },
-  "trouble.nvim": { "branch": "main", "commit": "3fb3bd737be8866e5f3a170abc70b4da8b5dd45a" },
+  "tinygo.nvim": { "branch": "main", "commit": "5c097bba3e6dd5ebb5b52001e1e9cfba0c81849d" },
-  "typst-preview.nvim": { "branch": "master", "commit": "dea4525d5420b7c32eebda7de15a6beb9d6574fa" },
+  "tokyodark.nvim": { "branch": "master", "commit": "cc70a2fb809d5376f2bd8e5836f9bb3f5fb8ef43" },
-  "undotree": { "branch": "master", "commit": "fe9a9d0645f0f5532360b5e5f5c550d7bb4f1869" },
+  "tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" },
-  "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }
+  "trouble.nvim": { "branch": "main", "commit": "3fb3bd737be8866e5f3a170abc70b4da8b5dd45a" },
-}
+  "typst-preview.nvim": { "branch": "master", "commit": "dea4525d5420b7c32eebda7de15a6beb9d6574fa" },
+  "undotree": { "branch": "master", "commit": "fe9a9d0645f0f5532360b5e5f5c550d7bb4f1869" },
+  "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }
+}
diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua
--- a/plugin/keymaps.lua
+++ b/plugin/keymaps.lua
@@ -50,1 +50,1 @@
-set('t', '<A-BS>', '<C-\\><C-n>', { desc = 'Exit terminal mode' })

=====================

Tokens used: 5.12k input, 0.11k output
[0]====================
refac(keymaps): remove unused terminal mode mapping

Streamlines keymap configuration by eliminating a redundant mapping for exiting terminal mode, reducing clutter and potential conflicts in terminal keybindings.
[1]====================
feat(themes): add multiple new color scheme plugins

Introduce a variety of color scheme plugins to broaden theme options and improve user customization and visual experience.
[2]====================
feat(theme): add multiple themes to plugin dependencies

Introduce a variety of popular themes to improve user customization and visual experience, enabling broader styling options without requiring additional manual setup.

Generated Commit Messages:
? Which commit message do you want to use? <ESC> to cancel

🟢 ~/.config/nvim on  main 󱗆  "main"⇡1 "(no description set)" [6 +108-24] via 🌙 12s758ms at 18:18:33
❯ jj st
Working copy changes:
A .gitignore
M lazy-lock.json
A lua/plugins/ai.lua
D lua/plugins/augment_code.lua
D lua/plugins/copilot.lua
M plugin/keymaps.lua
Working copy  (@) : znvtrowr 9d6edad7 (no description set)
Parent commit (@-): kvsqwtqr 68f7f83b main main@origin | feat(filetypes): associate vil filetype with json syntax
It did not include added files, only modified ones ``` 🔴 ~/.config/nvim on  main 󱗆 "main"⇡1 "(no description set)" [6 +108-24] via 🌙 115ms at 18:17:51 ❯ tc --debug-context Using Jujutsu repository === Message to AI === System: You are a specialized AI that generates conventional commit messages based on git diffs. Your ONLY purpose is to produce properly formatted conventional commits that follow the exact specification at conventionalcommits.org. # INPUT AND RESPONSE FORMAT - You will receive a git diff of staged files - You MUST respond ONLY with a single, properly formatted conventional commit message - Your response must NOT be formatted as markdown or contain any other markup - Your response must consist of a single headline and optionally one body paragraph - Never include multiple commits or bullet points in your response # COMMIT PHILOSOPHY - Focus primarily on WHY the change was made, not WHAT was changed (the diff already shows the what) - A good commit explains the intent, motivation, and reasoning behind the change - Commits should provide context that isn't obvious from the code itself - Think at a higher abstraction level than the code - capture the purpose, not the implementation # CONVENTIONAL COMMIT STRUCTURE <type>[optional scope][!]: <description> [optional body] [optional footer(s)] # COMMIT RULES 1. Type: MUST be one of these nouns: - 'feat': introduces a new feature (correlates with MINOR in SemVer) - 'fix': patches a bug (correlates with PATCH in SemVer) - 'docs': documentation changes only - 'style': changes that don't affect code meaning (whitespace, formatting, etc.) - 'refac': code change that neither fixes a bug nor adds a feature - 'test': adding or correcting tests - 'build': changes affecting build system or external dependencies - 'ci': changes to CI configuration files and scripts - 'chore': other changes 2. Scope: OPTIONAL (but preferred), must be a noun in parentheses describing a section of the codebase Example: feat(parser): add ability to parse arrays 3. Breaking Change: Indicated by adding '!' before the colon or by adding a 'BREAKING CHANGE:' footer Example: feat(api)!: remove deprecated endpoints 4. Description: MUST immediately follow the colon and space after type/scope - Use imperative, present tense: 'add' not 'added' or 'adds' - Don't capitalize first letter - No period at the end - Focus on the intent rather than implementation details - Be specific yet concise about the change's purpose 5. Body: OPTIONAL but when present MUST: - Be separated from description by a blank line - Be a single concise paragraph explaining the motivation and context - Focus on WHY the change was needed, not what was changed - Explain the problem being solved, not how you solved it - Describe intent, rationale, and underlying reasons for the change - Highlight non-obvious implications or connections to other parts of the system - Never be a list of changes (the git diff already shows this) - Follow the KISS principle: brief but meaningful - Provide context without being verbose 6. Footer: OPTIONAL, must be separated from body by blank line Example: BREAKING CHANGE: configuration format has changed # EXAMPLES feat: add user authentication feature fix(database): resolve connection timeout issue refactor!: change API response format chore: update dependencies to latest versions # HIGH-LEVEL COMMIT EXAMPLES WITH BODY feat(auth): implement OAuth2 login flow Enable users to authenticate via third-party providers instead of managing credentials locally, improving security and reducing friction in the sign-up process. fix(performance): optimize database query pagination Resolves timeout issues during high traffic periods by implementing cursor-based pagination instead of offset-based, dramatically reducing query execution time. # ADDITIONAL INSTRUCTIONS - User may provide specific instructions or additional context - incorporate only if relevant - User may ask for revisions - be responsive to feedback - NEVER include explanations about your reasoning or analysis - ONLY output the commit message Remember: Always prioritize clarity and precision over verbosity. ===================== === Message to AI === User: diff --git a/lazy-lock.json b/lazy-lock.json --- a/lazy-lock.json +++ b/lazy-lock.json @@ -11,49 +11,49 @@ - "gitsigns.nvim": { "branch": "main", "commit": "f780609807eca1f783a36a8a31c30a48fbe150c5" }, + "github-nvim-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" }, - "go.nvim": { "branch": "master", "commit": "65a3b811d9dec2a912244a911a8f91de58f145ed" }, + "gitsigns.nvim": { "branch": "main", "commit": "f780609807eca1f783a36a8a31c30a48fbe150c5" }, - "gx.nvim": { "branch": "main", "commit": "fc17f30aa3e705f2d5810d75ffff404bcc68e91a" }, + "go.nvim": { "branch": "master", "commit": "65a3b811d9dec2a912244a911a8f91de58f145ed" }, - "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" }, + "gx.nvim": { "branch": "main", "commit": "fc17f30aa3e705f2d5810d75ffff404bcc68e91a" }, - "jj-diffconflicts": { "branch": "main", "commit": "1e98328054902209a5338ec80f26b8e8a13cfb26" }, + "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" }, - "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, + "jj-diffconflicts": { "branch": "main", "commit": "1e98328054902209a5338ec80f26b8e8a13cfb26" }, - "lazygit.nvim": { "branch": "main", "commit": "2305deed25bc61b866d5d39189e9105a45cf1cfb" }, + "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, - "log-highlight.nvim": { "branch": "main", "commit": "cac07cf2d1937038f6627a450bef4664f096b120" }, + "lazygit.nvim": { "branch": "main", "commit": "2305deed25bc61b866d5d39189e9105a45cf1cfb" }, - "lualine.nvim": { "branch": "master", "commit": "b8c23159c0161f4b89196f74ee3a6d02cdc3a955" }, + "log-highlight.nvim": { "branch": "main", "commit": "cac07cf2d1937038f6627a450bef4664f096b120" }, - "marks.nvim": { "branch": "master", "commit": "f353e8c08c50f39e99a9ed474172df7eddd89b72" }, + "lualine.nvim": { "branch": "master", "commit": "b8c23159c0161f4b89196f74ee3a6d02cdc3a955" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "7f9a39fcd2ac6e979001f857727d606888f5909c" }, + "marks.nvim": { "branch": "master", "commit": "f353e8c08c50f39e99a9ed474172df7eddd89b72" }, - "mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" }, + "mason-lspconfig.nvim": { "branch": "main", "commit": "7f9a39fcd2ac6e979001f857727d606888f5909c" }, - "mini.move": { "branch": "main", "commit": "4fe4a855fee53c66b0f3255a4b54ddc2ae6b308c" }, + "mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" }, - "mini.surround": { "branch": "main", "commit": "5aab42fcdcf31fa010f012771eda5631c077840a" }, + "mini.move": { "branch": "main", "commit": "4fe4a855fee53c66b0f3255a4b54ddc2ae6b308c" }, - "nvim-dap": { "branch": "master", "commit": "7523676a4be17644587aa47e4d42f6f7646d4727" }, + "mini.surround": { "branch": "main", "commit": "5aab42fcdcf31fa010f012771eda5631c077840a" }, - "nvim-dap-go": { "branch": "main", "commit": "b4421153ead5d726603b02743ea40cf26a51ed5f" }, + "nvim-dap": { "branch": "master", "commit": "7523676a4be17644587aa47e4d42f6f7646d4727" }, - "nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" }, + "nvim-dap-go": { "branch": "main", "commit": "b4421153ead5d726603b02743ea40cf26a51ed5f" }, - "nvim-dap-virtual-text": { "branch": "master", "commit": "fbdb48c2ed45f4a8293d0d483f7730d24467ccb6" }, + "nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" }, - "nvim-lspconfig": { "branch": "master", "commit": "d9879110d0422a566fa01d732556f4d5515e1738" }, + "nvim-dap-virtual-text": { "branch": "master", "commit": "fbdb48c2ed45f4a8293d0d483f7730d24467ccb6" }, - "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, + "nvim-lspconfig": { "branch": "master", "commit": "d9879110d0422a566fa01d732556f4d5515e1738" }, - "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, + "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, - "nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" }, + "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, - "nvim-various-textobjs": { "branch": "main", "commit": "237763835b65bdc64f0e19a31c040321813e4333" }, + "nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" }, - "nvim-web-devicons": { "branch": "master", "commit": "6e51ca170563330e063720449c21f43e27ca0bc1" }, + "nvim-various-textobjs": { "branch": "main", "commit": "237763835b65bdc64f0e19a31c040321813e4333" }, - "octo.nvim": { "branch": "master", "commit": "6dabe62fb6678804ad38fb0f060854a5d1d4a7ef" }, + "nvim-web-devicons": { "branch": "master", "commit": "6e51ca170563330e063720449c21f43e27ca0bc1" }, - "ofirkai.nvim": { "branch": "master", "commit": "7eb471a5f0694bad8d61448f8bcd1f50a1d62b54" }, + "octo.nvim": { "branch": "master", "commit": "6dabe62fb6678804ad38fb0f060854a5d1d4a7ef" }, - "oil-git-status.nvim": { "branch": "main", "commit": "4b5cf53842c17a09420919e655a6a559da3112d7" }, + "ofirkai.nvim": { "branch": "master", "commit": "7eb471a5f0694bad8d61448f8bcd1f50a1d62b54" }, - "oil.nvim": { "branch": "master", "commit": "07f80ad645895af849a597d1cac897059d89b686" }, + "oil-git-status.nvim": { "branch": "main", "commit": "4b5cf53842c17a09420919e655a6a559da3112d7" }, - "omnisharp-extended-lsp.nvim": { "branch": "main", "commit": "ec1a2431f8872f650a85ed71c24f0715df2e49c2" }, + "oil.nvim": { "branch": "master", "commit": "07f80ad645895af849a597d1cac897059d89b686" }, - "opencode.nvim": { "branch": "main", "commit": "9851bd3729a8ec65869d47b91e491a96f11e53b2" }, + "omnisharp-extended-lsp.nvim": { "branch": "main", "commit": "ec1a2431f8872f650a85ed71c24f0715df2e49c2" }, - "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, + "oxocarbon.nvim": { "branch": "main", "commit": "9f85f6090322f39b11ae04a343d4eb9d12a86897" }, - "quicksub.nvim": { "branch": "main", "commit": "bedc193c6d865f500f9c76a1409fe262ba5ab13f" }, + "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, - "render-markdown.nvim": { "branch": "main", "commit": "5b01324a5fce277183098eac0a2cdb9c1b446b73" }, + "quicksub.nvim": { "branch": "main", "commit": "bedc193c6d865f500f9c76a1409fe262ba5ab13f" }, - "sibling-swap.nvim": { "branch": "main", "commit": "75e696c340429769aa34d0bbae1511c8d9660c0b" }, + "render-markdown.nvim": { "branch": "main", "commit": "5b01324a5fce277183098eac0a2cdb9c1b446b73" }, - "snacks.nvim": { "branch": "main", "commit": "143e9b58c7b8301bdc36b1b8a03449078beb49d1" }, + "rose-pine": { "branch": "main", "commit": "72a04c4065345b51b56aed4859ea1d884f734097" }, - "sqlite.lua": { "branch": "master", "commit": "50092d60feb242602d7578398c6eb53b4a8ffe7b" }, + "sibling-swap.nvim": { "branch": "main", "commit": "75e696c340429769aa34d0bbae1511c8d9660c0b" }, - "switch.vim": { "branch": "main", "commit": "4017a58f7ed8a2d76a288e36130affe8eb55e83a" }, + "sqlite.lua": { "branch": "master", "commit": "50092d60feb242602d7578398c6eb53b4a8ffe7b" }, - "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" }, + "switch.vim": { "branch": "main", "commit": "4017a58f7ed8a2d76a288e36130affe8eb55e83a" }, - "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" }, + "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" }, - "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" }, + "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" }, - "tinygo.nvim": { "branch": "main", "commit": "5c097bba3e6dd5ebb5b52001e1e9cfba0c81849d" }, + "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" }, - "trouble.nvim": { "branch": "main", "commit": "3fb3bd737be8866e5f3a170abc70b4da8b5dd45a" }, + "tinygo.nvim": { "branch": "main", "commit": "5c097bba3e6dd5ebb5b52001e1e9cfba0c81849d" }, - "typst-preview.nvim": { "branch": "master", "commit": "dea4525d5420b7c32eebda7de15a6beb9d6574fa" }, + "tokyodark.nvim": { "branch": "master", "commit": "cc70a2fb809d5376f2bd8e5836f9bb3f5fb8ef43" }, - "undotree": { "branch": "master", "commit": "fe9a9d0645f0f5532360b5e5f5c550d7bb4f1869" }, + "tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" }, - "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" } + "trouble.nvim": { "branch": "main", "commit": "3fb3bd737be8866e5f3a170abc70b4da8b5dd45a" }, -} + "typst-preview.nvim": { "branch": "master", "commit": "dea4525d5420b7c32eebda7de15a6beb9d6574fa" }, + "undotree": { "branch": "master", "commit": "fe9a9d0645f0f5532360b5e5f5c550d7bb4f1869" }, + "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" } +} diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua --- a/plugin/keymaps.lua +++ b/plugin/keymaps.lua @@ -50,1 +50,1 @@ -set('t', '<A-BS>', '<C-\\><C-n>', { desc = 'Exit terminal mode' }) ===================== Tokens used: 5.12k input, 0.11k output [0]==================== refac(keymaps): remove unused terminal mode mapping Streamlines keymap configuration by eliminating a redundant mapping for exiting terminal mode, reducing clutter and potential conflicts in terminal keybindings. [1]==================== feat(themes): add multiple new color scheme plugins Introduce a variety of color scheme plugins to broaden theme options and improve user customization and visual experience. [2]==================== feat(theme): add multiple themes to plugin dependencies Introduce a variety of popular themes to improve user customization and visual experience, enabling broader styling options without requiring additional manual setup. Generated Commit Messages: ? Which commit message do you want to use? <ESC> to cancel 🟢 ~/.config/nvim on  main 󱗆 "main"⇡1 "(no description set)" [6 +108-24] via 🌙 12s758ms at 18:18:33 ❯ jj st Working copy changes: A .gitignore M lazy-lock.json A lua/plugins/ai.lua D lua/plugins/augment_code.lua D lua/plugins/copilot.lua M plugin/keymaps.lua Working copy (@) : znvtrowr 9d6edad7 (no description set) Parent commit (@-): kvsqwtqr 68f7f83b main main@origin | feat(filetypes): associate vil filetype with json syntax ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lab/turboCommit#45
No description provided.