Remove macOS duplication
This commit is contained in:
parent
e1745bd162
commit
f6e60b8417
@ -4,16 +4,4 @@
|
||||
name: neovim
|
||||
state: latest
|
||||
|
||||
- name: clone config repo
|
||||
git:
|
||||
repo: git@code.infektor.net:config/vim.git
|
||||
dest: ~/.config/nvim
|
||||
version: master
|
||||
|
||||
# TODO: - name: set repo email
|
||||
|
||||
- name: install pip packages
|
||||
pip:
|
||||
name: '{{neovim_pip_packages}}'
|
||||
state: latest
|
||||
extra_args: --user
|
||||
- include_tasks: unix.yaml
|
||||
|
@ -10,12 +10,12 @@
|
||||
dest: '{{ansible_env.LOCALAPPDATA}}/nvim'
|
||||
version: master
|
||||
|
||||
# TODO: - name: neovim set repo email
|
||||
# win_git_config:
|
||||
# TODO: - name: neovim install pip packages
|
||||
# win_pip:
|
||||
# name: '{{neovim_pip_packages}}'
|
||||
# state: latest
|
||||
# - TODO: neovim set repo email
|
||||
# win_git_config:
|
||||
# - TODO: neovim install pip packages
|
||||
# win_pip:
|
||||
# name: '{{neovim_pip_packages}}'
|
||||
# state: latest
|
||||
|
||||
- name: create nvim start menu shortcut
|
||||
win_shortcut:
|
||||
|
Loading…
x
Reference in New Issue
Block a user