From 4a398b06a34473d6bf74506538f302a03c9dd1ed Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 14 Feb 2020 16:37:50 +0100 Subject: [PATCH] vim: add gitgutter config --- my_configs.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/my_configs.vim b/my_configs.vim index 5871f8f..5978195 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -19,3 +19,6 @@ let g:ale_completion_enabled = 1 let g:powerline_pycmd="py3" packadd termdebug + +let g:gitgutter_enabled = 1 +