vimrc: full word au
This commit is contained in:
parent
6a396b996f
commit
11a6beec7e
@ -1236,7 +1236,7 @@ function! s:on_lsp_buffer_enabled() abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
augroup lsp_install
|
augroup lsp_install
|
||||||
au!
|
autocmd!
|
||||||
" call s:on_lsp_buffer_enabled only for languages that have the server
|
" call s:on_lsp_buffer_enabled only for languages that have the server
|
||||||
" registered.
|
" registered.
|
||||||
autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
|
autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
|
||||||
|
Loading…
Reference in New Issue
Block a user