diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-03-17 18:58:21 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | c11bcf3476512fdb2abd531bcb9564b02a6878d2 (patch) | |
tree | 71f2b3a159a88bf785623fd9c0dbfe3d5cb0f076 /vimrc | |
parent | be33c0ebd2ebb5d52b4566c9f002874f9f766184 (diff) | |
download | dotnvim-c11bcf3476512fdb2abd531bcb9564b02a6878d2.tar.gz dotnvim-c11bcf3476512fdb2abd531bcb9564b02a6878d2.zip |
Was wrong, I wanted the opposite
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |