All Projects → zivyangll → Git Blame.vim

zivyangll / Git Blame.vim

Licence: mit
See Git Blame information in the status bar for the currently selected line.

Projects that are alternatives of or similar to Git Blame.vim

Ymate Platform V2
YMP是一个非常简单、易用的轻量级Java应用开发框架,涵盖AOP、IoC、WebMVC、ORM、Validation、Plugin、Serv、Cache等特性,让开发工作像搭积木一样轻松!
Stars: ✭ 106 (-6.19%)
Mutual labels:  plugin
Androiddynamicloader
A plugin system that runs like a browser, but instead of load web pages, it load apk plugins which runs natively on Android system.
Stars: ✭ 1,437 (+1171.68%)
Mutual labels:  plugin
Responsive Sidebar Navigation
An easy-to-integrate side, vertical navigation, ideal for dashboards and admin areas.
Stars: ✭ 111 (-1.77%)
Mutual labels:  plugin
Nvim Toggleterm.lua
A neovim lua plugin to help easily manage multiple terminal windows
Stars: ✭ 102 (-9.73%)
Mutual labels:  plugin
Flowmaker
flowmaker: JS to SVG flowchart generation extension for Vscode in realtime written in typescript and also download the SVG through local node server. Extension:
Stars: ✭ 108 (-4.42%)
Mutual labels:  plugin
Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (-3.54%)
Mutual labels:  plugin
Calc.plugin.zsh
zsh calculator - with support for basic math
Stars: ✭ 105 (-7.08%)
Mutual labels:  plugin
Poetry Pycharm Plugin
A PyCharm plugin for poetry
Stars: ✭ 113 (+0%)
Mutual labels:  plugin
Qualinsight Plugins Sonarqube Badges
Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
Stars: ✭ 108 (-4.42%)
Mutual labels:  plugin
Android Styler
Android Studio / IDEA plugin that helps to create styles
Stars: ✭ 110 (-2.65%)
Mutual labels:  plugin
Mkdocs Monorepo Plugin
✚ Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
Stars: ✭ 107 (-5.31%)
Mutual labels:  plugin
Typescript Eslint Language Service
TypeScript language service plugin for ESLint
Stars: ✭ 108 (-4.42%)
Mutual labels:  plugin
Search Plugins
Search plugins for the search feature
Stars: ✭ 1,860 (+1546.02%)
Mutual labels:  plugin
Dddplus
🔥 A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 107 (-5.31%)
Mutual labels:  plugin
Footer Reveal
A jQuery plugin for easy implementation of the 'fixed/reveal' footer effect. Demo here:
Stars: ✭ 111 (-1.77%)
Mutual labels:  plugin
Incrementselection
Add a number to each selection in Sublime Text, incremented once per selection
Stars: ✭ 105 (-7.08%)
Mutual labels:  plugin
Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (-3.54%)
Mutual labels:  plugin
Jira Vim
A vim plugin to access your Jira workspace directly from Vim
Stars: ✭ 113 (+0%)
Mutual labels:  plugin
Vim Kubernetes
vim-kubernetes
Stars: ✭ 112 (-0.88%)
Mutual labels:  plugin
Flutter Reaction Button
Flutter reaction button plugin it is fully customizable widget such as Facebook reaction button
Stars: ✭ 111 (-1.77%)
Mutual labels:  plugin

git-blame.vim

 ███╗  ███╗ █████╗      ████╗ █╗     ███╗ █╗  █╗█████╗      █╗  █╗ ███╗ █╗  █╗
█╬══█╗ ╚█╔╝ ╚═█╔═╝      █╔══█╗█║    █╬══█╗██╗██║█╔═══╝      █║  █║ ╚█╔╝ ██╗██║
█║  ╚╝  █║    █║        █║  █║█║    █║  █║█╔█╬█║█║          █║  █║  █║  █╔█╬█║
█║      █║    █║  █████╗████╬╝█║    █║  █║█║╚╝█║████╗       █║  █║  █║  █║╚╝█║
█║ ██╗  █║    █║  ╚════╝█╔══█╗█║    █████║█║  █║█╔══╝  ██╗  █║  █║  █║  █║  █║
█║ ╚█║  █║    █║        █║  █║█║    █╔══█║█║  █║█║     ██║  ╚█╗█╬╝  █║  █║  █║
╚███╬╝ ███╗   █║        ████╬╝█████╗█║  █║█║  █║█████╗ ╚═╝   ╚█╬╝  ███╗ █║  █║
 ╚══╝  ╚══╝   ╚╝        ╚═══╝ ╚════╝╚╝  ╚╝╚╝  ╚╝╚════╝        ╚╝   ╚══╝ ╚╝  ╚╝

See Git Blame information in the status bar for the currently selected line.

Installation

Simply Install

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

    cd ~/.vim/bundle
    git clone [email protected]:zivyangll/git-blame.vim.git

Using vim-plug:

Plug 'zivyangll/git-blame.vim'

Using Vundle

Plugin 'zivyangll/git-blame.vim'

Please setting bindings

** You must push the map in your vimrc to avoid conflicts with other plugins you may have installed.: **

nnoremap <Leader>s :<C-u>call gitblame#echo()<CR>

Quick start guide

just use <leader>s

Publish git-blame

tar zcvf git-blame.tar.gz git-blame.vim

upload: https://www.vim.org/scripts/script.php?script_id=5704

Self-Promotion

Like git-blame.vim? Follow the repository on GitHub and vote for it on vim.org. And if you're feeling especially charitable, follow GitHub.

Thanks

git-messenger.vim

License

See MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].