Switch over to neovim specific config repo

This commit is contained in:
Kenneth Benzie 2024-04-01 12:26:32 +01:00
parent 5126d06e1e
commit b57c3f9916
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
- name: clone config repo - name: clone config repo
git: git:
repo: git@code.infektor.net:config/vim.git repo: git@code.infektor.net:config/nvim.git
dest: '{{vim_config_dir}}' dest: '{{vim_config_dir}}'
version: master version: main
- name: install pip packages - name: install pip packages
pip: pip:

View File

@ -10,9 +10,9 @@
- name: clone config repo - name: clone config repo
win_git: win_git:
repo: git@code.infektor.net:config/vim.git repo: git@code.infektor.net:config/nvim.git
dest: '{{vim_config_dir}}' dest: '{{vim_config_dir}}'
branch: master branch: main
# - TODO: neovim set repo email # - TODO: neovim set repo email
# win_git_config: # win_git_config: