diff options
author | listout <listout@protonmail.com> | 2022-01-30 21:40:09 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-30 21:40:09 +0530 |
commit | 0789fabc135d3f0ea994d089671ec3d8f185cc39 (patch) | |
tree | d8919e7b765c7efe9f16b40b188d723a86b3dc4d /configs | |
parent | e33a75a95fd56779b870e6aef5095b0d88eff0b1 (diff) |
changed fillchars for diff mode
Diffstat (limited to 'configs')
-rw-r--r-- | configs/appearance.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/appearance.vim b/configs/appearance.vim index bd50bd0..ed86d73 100644 --- a/configs/appearance.vim +++ b/configs/appearance.vim @@ -31,3 +31,5 @@ set pumheight=10 " Support 256 colors set t_Co=256 + +set fillchars+=diff:╱ |