Compare commits
No commits in common. "cdb134435f63a90f23bfd9b1701b2ac6fb47f4d7" and "b8ba2362fb49cccf206e03892d1b71259f95edce" have entirely different histories.
cdb134435f
...
b8ba2362fb
2 changed files with 0 additions and 5 deletions
|
@ -111,10 +111,6 @@ g:markdown_fenced_languages = [
|
||||||
'python', 'php', 'scala',
|
'python', 'php', 'scala',
|
||||||
]
|
]
|
||||||
|
|
||||||
g:ale_fixers = {
|
|
||||||
python: ['ruff', 'ruff_format'],
|
|
||||||
}
|
|
||||||
g:ale_fix_on_save = 1
|
|
||||||
g:ale_set_balloons = 1
|
g:ale_set_balloons = 1
|
||||||
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
|
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
|
||||||
nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
||||||
|
|
|
@ -71,7 +71,6 @@ enddef
|
||||||
|
|
||||||
def ConfigurePlugins(): void
|
def ConfigurePlugins(): void
|
||||||
g:battery#component_format = '%s %v%%'
|
g:battery#component_format = '%s %v%%'
|
||||||
g:nerdfont#autofix_cellwidths = 0
|
|
||||||
g:crystalline_theme = 'gruvbox8'
|
g:crystalline_theme = 'gruvbox8'
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue