Merge branch 'main' into my_linuxmint

This commit is contained in:
wn 2024-05-06 12:23:08 +08:00
commit 42f9824183
No known key found for this signature in database
GPG Key ID: D5CFBCA7B9AD736B

View File

@ -3,6 +3,7 @@
"
" You should not turn this setting on if you wish to use ALE as a completion
" source for other completion plugins, like Deoplete.
packadd! ale
" Enable ale completion
@ -15,3 +16,8 @@ let g:ale_fixers = {
\}
" fix when save
let g:ale_fix_on_save=1
nnoremap gh :ALEHover<CR>
let g:ale_floating_preview=1
let g:ale_floating_window_border=['│', '─', '╭', '╮', '╯', '╰', '│', '─']
let g:ale_hover_to_floating_preview=1