Don't use curlies for :augroup cuz it doesn't support them
This commit is contained in:
parent
9ad605774b
commit
bd56ae45fe
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ vim9script
|
|||
silent! packadd minpac
|
||||
if !exists('g:loaded_minpac')
|
||||
silent !git clone https://github.com/k-takata/minpac.git $XDG_CACHE_HOME/vim/pack/minpac/opt/minpac
|
||||
augroup minpac {
|
||||
augroup minpac
|
||||
autocmd!
|
||||
autocmd VimEnter * call minpac#update()
|
||||
}
|
||||
augroup END
|
||||
endif
|
||||
packadd minpac
|
||||
|
||||
|
|
Loading…
Reference in a new issue