vimrc: full word au

This commit is contained in:
t14 2024-07-06 11:55:34 +02:00
parent 6a396b996f
commit 11a6beec7e
Signed by: wanderer
SSH Key Fingerprint: SHA256:szgNfbjbimyesAS1xfRZ0DY3hcNv9xC9ocRCJjD4Wgg

@ -1236,7 +1236,7 @@ function! s:on_lsp_buffer_enabled() abort
endfunction
augroup lsp_install
au!
autocmd!
" call s:on_lsp_buffer_enabled only for languages that have the server
" registered.
autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()