1
0
mirror of https://github.com/pcvolkmer/vim-fugistate.git synced 2025-04-19 23:36:49 +00:00

Add plugin dependency note

This commit is contained in:
Paul-Christian Volkmer 2022-04-11 14:36:50 +02:00
parent ea6655acc3
commit 612e5b653c

View File

@ -4,6 +4,8 @@
This simple plugin provides a function which returns the name of current file with git status if available using 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. [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 ```vim
:echo FugiState() :echo FugiState()
``` ```