Update 2 files

- /.local/share/chezmoi/home/.chezmoidata.yaml
- /.local/share/chezmoi/home/.chezmoiexternal.toml
This commit is contained in:
Brian Zalewski 2022-12-24 10:59:30 +00:00
parent 32f73e3c9c
commit fa6065a3b5
2 changed files with 7 additions and 1 deletions

View file

@ -830,7 +830,6 @@ softwarePlugins:
plugins:
- https://github.com/dense-analysis/ale.git
- https://github.com/pearofducks/ansible-vim.git
- https://github.com/neoclide/coc.nvim.git
- https://github.com/ekalinin/dockerfile.vim.git
- https://github.com/editorconfig/editorconfig-vim.git
- https://github.com/junegunn/fzf.git

View file

@ -10,6 +10,13 @@
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]
{{- end }}
### coc.nvim VIM plugin requires custom branch "release"
[".vim/plugged/coc.nvim"]
type = "git-repo"
url = "https://github.com/neoclide/coc.nvim.git"
refreshPeriod = "{{ $refreshPeriod }}"
clone.args = ["--branch", "release", "--depth", "1"]
pull.args = ["--ff-only"]
### Betelgeuse Theme
[".local/src/betelgeuse"]