From 9c27f15f59e70abdcb514fa40b78b1d029eedd33 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sun, 14 Feb 2021 10:04:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17d1b08..c4bdd45 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ that list is a table with the following attributes: |------|-------------| | `filename` | Filename and file status (readonly, modified, ...) | | `filetype` | Filetype | -| `git` | Git hunks (requires [vim-gitgutter](https://github.com/airblade/vim-gitgutter)) and Git branch (requires [vim-fugitive](https://github.com/tpope/vim-fugitive)) | +| `git` | Git hunks (requires [vim-gitgutter](https://github.com/airblade/vim-gitgutter) / [vim-signify](https://github.com/mhinz/vim-signify)) and Git branch (requires [vim-fugitive](https://github.com/tpope/vim-fugitive) / [gina.vim](https://github.com/lambdalisue/gina.vim) / [vim-branchname](https://github.com/itchyny/vim-gitbranch)) | | `line` | Line and column positions | | `lsp` | Diagnostics from Neovim LSP client | | `mode` | Current mode |