From 612e5b653c092f2d41d0fb7372688cee885ede42 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 11 Apr 2022 14:36:50 +0200 Subject: [PATCH] Add plugin dependency note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4668e1e..f16f062 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This simple plugin provides a function which returns the name of current file with git status if available using [vim-fugitive](https://github.com/tpope/vim-fugitive) and is intended for statusline integration. +It is required to install vim-fugitive to use this plugin. + ```vim :echo FugiState() ```