-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml.tmpl
37 lines (37 loc) · 1.31 KB
/
.chezmoiexternal.toml.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Vim packages
[".vim/pack/chezmoi/opt/asyncomplete.vim"]
type = "git-repo"
url = "https://github.com/prabirshrestha/asyncomplete.vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/asyncomplete-lsp.vim"]
type = "git-repo"
url = "https://github.com/prabirshrestha/asyncomplete-lsp.vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/emmet-vim"]
type = "git-repo"
url = "https://github.com/mattn/emmet-vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/lightline.vim"]
type = "git-repo"
url = "https://github.com/itchyny/lightline.vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/onedark.vim"]
type = "git-repo"
url = "https://github.com/joshdick/onedark.vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vim-gitgutter"]
type = "git-repo"
url = "https://github.com/airblade/vim-gitgutter.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vim-lsp"]
type = "git-repo"
url = "https://github.com/prabirshrestha/vim-lsp.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vim-lsp-settings"]
type = "git-repo"
url = "https://github.com/mattn/vim-lsp-settings.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vim-surround"]
type = "git-repo"
url = "https://github.com/tpope/vim-surround.git"
refreshPeriod = "168h"