diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:49:00 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:49:00 +0100 |
commit | cc896d5021a89b065a3f01fed6982268456be382 (patch) | |
tree | 77095cbf0f45c37e61a46e236fe16b67156eb414 /vim/vimrc | |
parent | 0d4b1f78e410937f242eb0ca53eabe891219946b (diff) |
Remove gutter sign column colour from vim
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,4 +195,5 @@ set background=light " set colours off! "set t_Co=0 syntax off +hi SignColumn ctermbg=none term=none |