diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-08-09 23:44:25 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-08-09 23:44:25 +0100 |
commit | d3f02d2c489d7b52643f5f08a1aa5c641c61e158 (patch) | |
tree | 6eafad6717a0e08b917a78f58e850f728722ffb4 | |
parent | e9903ab20e73c55e22aaabea2b38766aec80a4b7 (diff) | |
download | dotnvim-d3f02d2c489d7b52643f5f08a1aa5c641c61e158.tar.gz dotnvim-d3f02d2c489d7b52643f5f08a1aa5c641c61e158.zip |
Had the opposite effect
-rw-r--r-- | init.vim | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -87,10 +87,6 @@ let g:vim_markdown_frontmatter = 1 let g:vim_markdown_conceal_code_blocks = 0 autocmd FileType markdown setlocal conceallevel=2 -" git gutter to play nice with others -" -let g:gitgutter_sign_allow_clobber = 0 - " Required for operations modifying multiple buffers like rename. set hidden |