awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
airblade avatar

airblade/vim-gitgutter

0
View on GitHub↗
8,506 स्टार्स·295 फोर्क्स·Vim Script·MIT·8 व्यूज़

Vim Gitgutter

यह एक Vim एक्सटेंशन है जो Git चेंज विज़ुअलाइज़ेशन और हंक मैनेजमेंट प्रदान करता है। यह Git इंडेक्स के सापेक्ष जोड़ी गई, संशोधित या हटाई गई लाइनों को इंगित करने के लिए साइन कॉलम में मार्कर्स प्रदर्शित करता है, जिससे यूज़र्स को डिफ्स (diffs) को विज़ुअलाइज़ करने और बफर वर्ज़न्स की तुलना करने की सुविधा मिलती है।

यह प्लगइन संशोधित लाइनों के विशिष्ट ब्लॉक्स को टारगेट करने के लिए एडिटर के टेक्स्ट ऑब्जेक्ट्स का विस्तार करता है, जिससे इन सन्निहित हंक्स (contiguous hunks) पर मानक ऑपरेटर्स का उपयोग संभव हो जाता है। यह एडिटर के भीतर सीधे बदलावों के व्यक्तिगत ब्लॉक्स को स्टेज या अनडू करने के लिए टूल्स भी प्रदान करता है।

अतिरिक्त क्षमताओं में संशोधित कोड ब्लॉक्स के बीच जंप करने के लिए नेविगेशन यूटिलिटीज़ और चेंज लोकेशन्स के साथ क्विकफिक्स लिस्ट को पॉप्युलेट करना शामिल है। प्लगइन स्टेटस लाइन के लिए डिफ सांख्यिकी की गणना कर सकता है और केवल संशोधित ब्लॉक्स को हाइलाइट करने के लिए अपरिवर्तित टेक्स्ट को फोल्ड कर सकता है।

Features

  • Git Sign Column Indicators - Displays Git add, modify, and delete indicators directly in the editor's sign column.
  • Git Diff Visualizers - Marks added, modified, or removed lines in the margin to track changes relative to the Git index.
  • Diff Region Text Objects - Defines custom text objects that target contiguous blocks of modified lines for editor operations.
  • Vim Plugins - Extends the Vim editor to provide Git change visualization and hunk management.
  • Text Object Extensions - Defines new text objects for the Vim editor specifically to target blocks of modified lines.
  • Hunk-Based Change Management - Treats individual diff hunks as atomic units for staging, reverting, and navigation.
  • Buffer-Based Hunk Staging - Provides tools to stage or undo individual blocks of changes directly within the editor buffer to refine commits.
  • Change Review Interfaces - Allows for identifying and analyzing modifications by comparing the current buffer against previous versions.
  • Revision Comparison - Compares the current buffer against the Git index or a specific revision to identify changes.
  • Hunk Navigation - Provides utilities for quickly jumping between modified code blocks and listing change locations.
  • Quickfix List Population - Transforms raw diff output into a list of jump targets within the editor's native quickfix list.
  • Side-by-Side Diff Viewers - Provides a way to launch external binaries for side-by-side diff comparison of file versions.
  • Code Folding - Hides unchanged lines to display only modified blocks using editor folding capabilities.
  • Browser Extensions and Plugins - Vim plugin for showing Git diffs in the gutter.

स्टार हिस्ट्री

airblade/vim-gitgutter के लिए स्टार हिस्ट्री चार्टairblade/vim-gitgutter के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Vim Gitgutter के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Vim Gitgutter के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • lewis6991/gitsigns.nvimlewis6991 का अवतार

    lewis6991/gitsigns.nvim

    6,575GitHub पर देखें↗

    Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly

    Luagitluaneovim
    GitHub पर देखें↗6,575
  • lervag/vimtexlervag का अवतार

    lervag/vimtex

    6,293GitHub पर देखें↗

    VimTeX is an integrated development environment for authoring and compiling LaTeX documents within Vim and Neovim. It functions as a comprehensive suite for technical document authoring, combining the roles of a syntax highlighter, document navigator, and autocompletion engine. The plugin distinguishes itself through a coordinated workflow that manages asynchronous compilation and bidirectional synchronization with external PDF viewers. This allows users to jump between specific source locations and their rendered pages while maintaining a responsive editor interface during document productio

    TeX
    GitHub पर देखें↗6,293
  • carlhuda/januscarlhuda का अवतार

    carlhuda/janus

    7,843GitHub पर देखें↗

    Janus is a Vim distribution and curated plugin configuration that transforms the editor into a full-featured development environment. It functions as a Vim-based IDE, integrating a collection of third-party extensions to provide an integrated development experience. The system features a fuzzy-search project navigator for locating files, buffers, and symbols across a codebase. It also includes a Git-integrated workflow that provides real-time diff visualization in the sign column and allows users to stage hunks and manage version control directly within the editor. The environment covers bro

    Vim script
    GitHub पर देखें↗7,843
  • sindrets/diffview.nvimsindrets का अवतार

    sindrets/diffview.nvim

    5,356GitHub पर देखें↗

    diffview.nvim is a Git diff tool for Neovim that provides a dedicated interface for visualizing and managing differences across files and revisions. It functions as a revision browser and history tracker, allowing users to compare the working tree or index against specific Git tags, branches, or commits. The project includes specialized utilities for managing the Git index, such as a stage manager for staging specific diff hunks directly from a buffer. It also features a multi-way diff layout for resolving merge conflicts by comparing target and source branches during merges or rebases. Beyo

    Luadiffgitneovim
    GitHub पर देखें↗5,356
Vim Gitgutter के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

airblade/vim-gitgutter क्या करता है?

यह एक Vim एक्सटेंशन है जो Git चेंज विज़ुअलाइज़ेशन और हंक मैनेजमेंट प्रदान करता है। यह Git इंडेक्स के सापेक्ष जोड़ी गई, संशोधित या हटाई गई लाइनों को इंगित करने के लिए साइन कॉलम में मार्कर्स प्रदर्शित करता है, जिससे यूज़र्स को डिफ्स (diffs) को विज़ुअलाइज़ करने और बफर वर्ज़न्स की तुलना करने की सुविधा मिलती है।

airblade/vim-gitgutter की मुख्य विशेषताएं क्या हैं?

airblade/vim-gitgutter की मुख्य विशेषताएं हैं: Git Sign Column Indicators, Git Diff Visualizers, Diff Region Text Objects, Vim Plugins, Text Object Extensions, Hunk-Based Change Management, Buffer-Based Hunk Staging, Change Review Interfaces।

airblade/vim-gitgutter के कुछ ओपन-सोर्स विकल्प क्या हैं?

airblade/vim-gitgutter के ओपन-सोर्स विकल्पों में शामिल हैं: lewis6991/gitsigns.nvim — Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging… carlhuda/janus — Janus is a Vim distribution and curated plugin configuration that transforms the editor into a full-featured… lervag/vimtex — VimTeX is an integrated development environment for authoring and compiling LaTeX documents within Vim and Neovim. It… sindrets/diffview.nvim — diffview.nvim is a Git diff tool for Neovim that provides a dedicated interface for visualizing and managing… mattn/emmet-vim — emmet-vim is a plugin for Vim that functions as a markup automation tool and code expander. It allows for the rapid… tpope/vim-commentary — This project is a Vim commenting plugin and language-aware commenter designed to apply file-type specific comment…