Compare commits

..

No commits in common. "ffeefd9021f7a3e9f98c2ca30dd6c1eb3b2c2af3" and "cdb134435f63a90f23bfd9b1701b2ac6fb47f4d7" have entirely different histories.

View file

@ -60,11 +60,7 @@ if has('linebreak')
set linebreak showbreak=
endif
# Setting both number and relativenumber gets you a "hybrid" setup where the
# current line's absolute number is displayed, but the other lines have
# relative numbmers displayed. It's more useful than always seeing a 0 for the
# current line.
set number relativenumber
set relativenumber
set showcmd
set title
@ -115,12 +111,6 @@ 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'],
}