aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-03-17 18:58:21 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commitc11bcf3476512fdb2abd531bcb9564b02a6878d2 (patch)
tree71f2b3a159a88bf785623fd9c0dbfe3d5cb0f076 /vimrc
parentbe33c0ebd2ebb5d52b4566c9f002874f9f766184 (diff)
downloaddotnvim-c11bcf3476512fdb2abd531bcb9564b02a6878d2.tar.gz
dotnvim-c11bcf3476512fdb2abd531bcb9564b02a6878d2.zip
Was wrong, I wanted the opposite
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 3601b99..c7af0da 100644
--- a/vimrc
+++ b/vimrc
@@ -204,7 +204,7 @@ let g:haskell_classic_highlighting = 1
" git gutter to play nice with others
"
-let g:gitgutter_sign_allow_clobber = 1
+let g:gitgutter_sign_allow_clobber = 0
" Required for operations modifying multiple buffers like rename.
set hidden