Browse Source

Removing exact from vim plugins so tags files are ignored when applying

pull/2/head
Ryan Reed 3 years ago
parent
commit
6951e060c2
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      .chezmoiexternal.toml

+ 0
- 12
.chezmoiexternal.toml View File

@ -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

Loading…
Cancel
Save