Compare commits

...

2 commits

2 changed files with 5 additions and 0 deletions

View file

@ -111,6 +111,10 @@ g:markdown_fenced_languages = [
'python', 'php', 'scala',
]
g:ale_fixers = {
python: ['ruff', 'ruff_format'],
}
g:ale_fix_on_save = 1
g:ale_set_balloons = 1
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)

View file

@ -71,6 +71,7 @@ enddef
def ConfigurePlugins(): void
g:battery#component_format = '%s %v%%'
g:nerdfont#autofix_cellwidths = 0
g:crystalline_theme = 'gruvbox8'
enddef