Merge branch 'main' into my_linuxmint
This commit is contained in:
commit
42f9824183
@ -3,6 +3,7 @@
|
|||||||
"
|
"
|
||||||
" You should not turn this setting on if you wish to use ALE as a completion
|
" You should not turn this setting on if you wish to use ALE as a completion
|
||||||
" source for other completion plugins, like Deoplete.
|
" source for other completion plugins, like Deoplete.
|
||||||
|
|
||||||
packadd! ale
|
packadd! ale
|
||||||
|
|
||||||
" Enable ale completion
|
" Enable ale completion
|
||||||
@ -14,4 +15,9 @@ let g:ale_fixers = {
|
|||||||
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
|
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
|
||||||
\}
|
\}
|
||||||
" fix when save
|
" fix when save
|
||||||
let g:ale_fix_on_save = 1
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user