diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-02-18 07:54:50 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 022d49a126dfff502904266b11442b7986baa355 (patch) | |
tree | 0cc9eea55b248352ee021217e8eac915b0a9e160 /vimrc | |
parent | eed3f93c8b6d4e715976d5683d29191488f8b8cb (diff) | |
download | dotnvim-022d49a126dfff502904266b11442b7986baa355.tar.gz dotnvim-022d49a126dfff502904266b11442b7986baa355.zip |
Play better with LSP
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |