Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Signify plugin for Vim

📅 2017-Oct-26 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ plugin, signify, vim ⬩ 📚 Archive

If you use version control systems like Git or Mercurial and you use Vim to edit your source files, then you might find the Signify plugin very useful. When you edit a version controlled file, Signify shows which lines are changed using signs (or markers) in the gutter on the left side.

let g:signify_vcs_list = [ 'git', 'hg' ]
let g:signify_sign_delete = "-"

Tried with: Vim 7.4 and Ubuntu 16.04


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 Mastodon📧 Email