Don't install llvm (and related) with neovim
This commit is contained in:
parent
92a15c6e18
commit
3061ade54f
@ -3,7 +3,6 @@
|
||||
homebrew:
|
||||
name:
|
||||
- neovim
|
||||
- llvm
|
||||
- node
|
||||
- the_silver_searcher
|
||||
state: latest
|
||||
|
@ -4,25 +4,10 @@
|
||||
apt:
|
||||
name:
|
||||
- neovim
|
||||
- clang-format
|
||||
- clang-tidy
|
||||
- clangd
|
||||
- silversearcher-ag
|
||||
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
|
||||
|
||||
- name: nodejs get json containing latest version
|
||||
uri:
|
||||
|
@ -4,7 +4,6 @@
|
||||
name:
|
||||
- neovim
|
||||
- ag
|
||||
- llvm
|
||||
- nodejs
|
||||
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