Switch over to neovim specific config repo
This commit is contained in:
parent
5126d06e1e
commit
b57c3f9916
@ -4,9 +4,9 @@
|
||||
|
||||
- name: clone config repo
|
||||
git:
|
||||
repo: git@code.infektor.net:config/vim.git
|
||||
repo: git@code.infektor.net:config/nvim.git
|
||||
dest: '{{vim_config_dir}}'
|
||||
version: master
|
||||
version: main
|
||||
|
||||
- name: install pip packages
|
||||
pip:
|
||||
|
@ -10,9 +10,9 @@
|
||||
|
||||
- name: clone config repo
|
||||
win_git:
|
||||
repo: git@code.infektor.net:config/vim.git
|
||||
repo: git@code.infektor.net:config/nvim.git
|
||||
dest: '{{vim_config_dir}}'
|
||||
branch: master
|
||||
branch: main
|
||||
|
||||
# - TODO: neovim set repo email
|
||||
# win_git_config:
|
||||
|
Loading…
x
Reference in New Issue
Block a user