Compare commits
2 Commits
44c1e5ccff
...
f6e60b8417
Author | SHA1 | Date | |
---|---|---|---|
f6e60b8417 | |||
e1745bd162 |
@ -4,16 +4,4 @@
|
|||||||
name: neovim
|
name: neovim
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: clone config repo
|
- include_tasks: unix.yaml
|
||||||
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
|
|
||||||
|
@ -10,12 +10,12 @@
|
|||||||
dest: '{{ansible_env.LOCALAPPDATA}}/nvim'
|
dest: '{{ansible_env.LOCALAPPDATA}}/nvim'
|
||||||
version: master
|
version: master
|
||||||
|
|
||||||
# TODO: - name: neovim set repo email
|
# - TODO: neovim set repo email
|
||||||
# win_git_config:
|
# win_git_config:
|
||||||
# TODO: - name: neovim install pip packages
|
# - TODO: neovim install pip packages
|
||||||
# win_pip:
|
# win_pip:
|
||||||
# name: '{{neovim_pip_packages}}'
|
# name: '{{neovim_pip_packages}}'
|
||||||
# state: latest
|
# state: latest
|
||||||
|
|
||||||
- name: create nvim start menu shortcut
|
- name: create nvim start menu shortcut
|
||||||
win_shortcut:
|
win_shortcut:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: install apt packages
|
- name: install apt packages
|
||||||
|
become: true
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- python3
|
- python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user