File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,8 @@ post_install() {
1313 # Check if the directory for plugins exists, create if it doesn't
1414 if [ ! -d /usr/share/vim/vimfiles/pack/git-plugins/start ]; then
1515 mkdir -p /usr/share/vim/vimfiles/pack/git-plugins/start
16- fi
17- # Clone vim-code-dark repository if it doesn't already exist
18- if [ ! -d /usr/share/vim/vimfiles/pack/git-plugins/start/vim-code-dark ]; then
1916 git clone https://github.com/tomasiser/vim-code-dark /usr/share/vim/vimfiles/pack/git-plugins/start/vim-code-dark
20- fi
17+ fi
2118 # Set appropriate permissions
2219 chmod -R a+rx /usr/share/vim/vimfiles/pack/git-plugins/start/vim-code-dark
2320}
@@ -31,4 +28,4 @@ post_remove() {
3128 if [ -d /usr/share/vim/vimfiles/pack/git-plugins ]; then
3229 rm -rf /usr/share/vim/vimfiles/pack/git-plugins
3330 fi
34- }
31+ }
You can’t perform that action at this time.
0 commit comments