diff --git a/.vim/vimrc b/.vim/vimrc index 900b14c..278a993 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -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()