diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-01-25 15:37:40 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | cc4dfccbb32c0f9abd5397c6b799610a2d84075f (patch) | |
tree | 28dc0a56b3d2c6ae07e10876d47a0ca83a9b4864 /vimrc | |
parent | 32d1c655e5615ded3940442dd826afd0e02f7c26 (diff) | |
download | dotnvim-cc4dfccbb32c0f9abd5397c6b799610a2d84075f.tar.gz dotnvim-cc4dfccbb32c0f9abd5397c6b799610a2d84075f.zip |
Use fugitive statusline
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ function! StatusLine(current, width) endif let l:s .= ' %f%h%w%m%r ' if a:current - let l:s .= crystalline#right_sep('', 'Fill') . ' %{fugitive#head()}' + let l:s .= crystalline#right_sep('', 'Fill') . ' %{fugitive#statusline()}' else let l:s .= ' %{fugitive#head()}' endif |