Don't install llvm (and related) with neovim
This commit is contained in:
parent
92a15c6e18
commit
3061ade54f
@ -3,7 +3,6 @@
|
|||||||
homebrew:
|
homebrew:
|
||||||
name:
|
name:
|
||||||
- neovim
|
- neovim
|
||||||
- llvm
|
|
||||||
- node
|
- node
|
||||||
- the_silver_searcher
|
- the_silver_searcher
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -4,25 +4,10 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- neovim
|
- neovim
|
||||||
- clang-format
|
|
||||||
- clang-tidy
|
|
||||||
- clangd
|
|
||||||
- silversearcher-ag
|
- silversearcher-ag
|
||||||
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
|
|
||||||
|
|
||||||
- name: nodejs get json containing latest version
|
- name: nodejs get json containing latest version
|
||||||
uri:
|
uri:
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
name:
|
name:
|
||||||
- neovim
|
- neovim
|
||||||
- ag
|
- ag
|
||||||
- llvm
|
|
||||||
- nodejs
|
- nodejs
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
14
roles/neovim/tasks/unix.yaml
Normal file
14
roles/neovim/tasks/unix.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
- 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
|
Loading…
x
Reference in New Issue
Block a user