Configure vim-signify to be snappier and a bit prettier

This commit is contained in:
Danielle McLean 2023-12-05 21:57:41 +11:00
parent a83360b1db
commit ffeefd9021
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -115,6 +115,12 @@ g:markdown_fenced_languages = [
'python', 'php', 'scala',
]
# A really quick updatetime is preferable to get vim-signify to check for
# unsaved changes in your buffer more regularly. It's all asynchronous so
# running it more regularly ought to be fine.
set updatetime=100
g:signify_number_highlight = 1
g:ale_fixers = {
python: ['ruff', 'ruff_format'],
}