aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-02-18 07:54:50 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commit022d49a126dfff502904266b11442b7986baa355 (patch)
tree0cc9eea55b248352ee021217e8eac915b0a9e160
parenteed3f93c8b6d4e715976d5683d29191488f8b8cb (diff)
downloaddotnvim-022d49a126dfff502904266b11442b7986baa355.tar.gz
dotnvim-022d49a126dfff502904266b11442b7986baa355.zip
Play better with LSP
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index f8eb9e9..3366bac 100644
--- a/vimrc
+++ b/vimrc
@@ -198,6 +198,10 @@ autocmd FileType markdown setlocal conceallevel=2
"
let g:haskell_classic_highlighting = 1
+" git gutter to play nice with others
+"
+let g:gitgutter_sign_allow_clobber = 1
+
" Required for operations modifying multiple buffers like rename.
set hidden