diff options
Diffstat (limited to '.config/vim/vimrc')
| -rw-r--r-- | .config/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 97472ff..07b4bab 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -222,7 +222,7 @@ set tabline=%!SpawnBufferLine() " Assign the tabline " Add UpdateVimPackages command using the internal package system of vim function! UpdatePackages() " Gather all top-level package directories from both start and opt - let l:packages = globpath('~/.vim/pack/*/start/*', '', 0, 1) + globpath('~/.vim/pack/*/opt/*', '', 0, 1) + let l:packages = globpath('~/.config/vim/pack/*/start/*', '', 0, 1) + globpath('~/.config/vim/pack/*/opt/*', '', 0, 1) " Open a new tab for output tabnew | setlocal buftype=nofile | setlocal bufhidden=delete | setlocal noswapfile |
