Skip to content

Add git status symbols with gitsigns.nvim#1

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/add-lazy-nvim-setup
Draft

Add git status symbols with gitsigns.nvim#1
Copilot wants to merge 4 commits intomainfrom
copilot/add-lazy-nvim-setup

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 14, 2026

Adds visual git change indicators in the sign column using gitsigns.nvim.

Changes

  • Visual indicators: Added symbols for tracked changes (┃ add/modify, _ delete, ‾ topdelete, ~ changedelete, ┆ untracked)
  • Navigation: ]c/[c for next/previous hunk
  • Hunk operations: <leader>h{s,r,p,b} for stage/reset/preview/blame, <leader>hS/hR for buffer-level ops
  • Diff & blame: <leader>hd/hD/tb/td for diff views and inline blame toggle
  • Text object: ih selects git hunks in visual/operator mode
  • Performance: Lazy loading on buffer events, 100ms debounce, 40k line limit

Jujutsu VCS Note

gitsigns.nvim is git-only. For jujutsu support, experimental alternatives exist:

  • jj-sign.nvim - Direct port to jj
  • panda.nvim - Real-time VCS feedback for jj

Both are early-stage; consider switching when mature.

-- Example configuration
signs = {
  add          = { text = "" },
  change       = { text = "" },
  delete       = { text = "_" },
  untracked    = { text = "" },
}

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: mrtheduts <13230336+mrtheduts@users.noreply.github.com>
Copilot AI changed the title [WIP] Add lazy.nvim setup to main branch Add Neovim configuration with lazy.nvim plugin manager Feb 14, 2026
Copilot AI requested a review from mrtheduts February 14, 2026 04:28
Co-authored-by: mrtheduts <13230336+mrtheduts@users.noreply.github.com>
Copilot AI changed the title Add Neovim configuration with lazy.nvim plugin manager Add yazi.nvim file explorer integration Feb 16, 2026
Co-authored-by: mrtheduts <13230336+mrtheduts@users.noreply.github.com>
Copilot AI changed the title Add yazi.nvim file explorer integration Add git status symbols with gitsigns.nvim Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants