Update 2 files
- /.local/share/chezmoi/home/.chezmoidata.yaml - /.local/share/chezmoi/home/.chezmoiexternal.toml
This commit is contained in:
parent
32f73e3c9c
commit
fa6065a3b5
2 changed files with 7 additions and 1 deletions
|
@ -830,7 +830,6 @@ softwarePlugins:
|
||||||
plugins:
|
plugins:
|
||||||
- https://github.com/dense-analysis/ale.git
|
- https://github.com/dense-analysis/ale.git
|
||||||
- https://github.com/pearofducks/ansible-vim.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/ekalinin/dockerfile.vim.git
|
||||||
- https://github.com/editorconfig/editorconfig-vim.git
|
- https://github.com/editorconfig/editorconfig-vim.git
|
||||||
- https://github.com/junegunn/fzf.git
|
- https://github.com/junegunn/fzf.git
|
||||||
|
|
|
@ -10,6 +10,13 @@
|
||||||
clone.args = ["--depth", "1"]
|
clone.args = ["--depth", "1"]
|
||||||
pull.args = ["--ff-only"]
|
pull.args = ["--ff-only"]
|
||||||
{{- end }}
|
{{- 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
|
### Betelgeuse Theme
|
||||||
[".local/src/betelgeuse"]
|
[".local/src/betelgeuse"]
|
||||||
|
|
Loading…
Reference in a new issue