From 6951e060c24f58e57acaf2e13373e8da39a8eba7 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 28 Sep 2021 22:51:29 -0400 Subject: [PATCH] Removing exact from vim plugins so tags files are ignored when applying --- .chezmoiexternal.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 746a816..7832b60 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -6,60 +6,48 @@ [".vim/bundle/gruvbox"] type = "archive" url = "https://github.com/morhetz/gruvbox/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/indentLine"] type = "archive" url = "https://github.com/Yggdroot/indentLine/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/lightline.vim"] type = "archive" url = "https://github.com/itchyny/lightline.vim/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/nerdcommenter"] type = "archive" url = "https://github.com/preservim/nerdcommenter/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/nerdtree"] type = "archive" url = "https://github.com/preservim/nerdtree/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/python-syntax"] type = "archive" url = "https://github.com/hdima/python-syntax/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/tabular"] type = "archive" url = "https://github.com/godlygeek/tabular/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/vim-indent-guides"] type = "archive" url = "https://github.com/nathanaelkane/vim-indent-guides/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/vim-markdown-toc"] type = "archive" url = "https://github.com/mzlogin/vim-markdown-toc/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/vim-rainbow"] type = "archive" url = "https://github.com/frazrepo/vim-rainbow/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/bundle/vim-surround"] type = "archive" url = "https://github.com/tpope/vim-surround/archive/master.tar.gz" - exact = true stripComponents = 1 [".vim/pack/git-plugins/start/ale"] type = "archive" url = "https://github.com/dense-analysis/ale/archive/master.tar.gz" - exact = true stripComponents = 1