Compare commits

..

No commits in common. "f6e60b841710643df44fe50928424f72560963c3" and "44c1e5ccffa3512847562aab6a2e51adebac201c" have entirely different histories.

3 changed files with 19 additions and 8 deletions

View File

@ -4,4 +4,16 @@
name: neovim
state: latest
- include_tasks: unix.yaml
- 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

View File

@ -10,12 +10,12 @@
dest: '{{ansible_env.LOCALAPPDATA}}/nvim'
version: master
# - TODO: neovim set repo email
# win_git_config:
# - TODO: neovim install pip packages
# win_pip:
# name: '{{neovim_pip_packages}}'
# state: latest
# TODO: - name: neovim set repo email
# win_git_config:
# TODO: - name: neovim install pip packages
# win_pip:
# name: '{{neovim_pip_packages}}'
# state: latest
- name: create nvim start menu shortcut
win_shortcut:

View File

@ -1,6 +1,5 @@
---
- name: install apt packages
become: true
apt:
name:
- python3