diff --git a/.conduit.yaml b/.conduit.yaml deleted file mode 100644 index fcb657f..0000000 --- a/.conduit.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- location: ~/.vim -- pip: - - vim-vint - - yamllint - - cmakelint - - compdb diff --git a/main.yaml b/main.yaml new file mode 100644 index 0000000..02a2e59 --- /dev/null +++ b/main.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://json.schemastore.org/ansible-playbook.json +--- +- hosts: localhost + tasks: + - name: Install (neo)vim pip packages + pip: + name: '{{item}}' + state: latest + extra_args: --user + with_items: + - cmakelint + - compdb + - vim-vint + - yamllint + - name: Clone minpac repository + git: + repo: https://github.com/k-takata/minpac.git + dest: pack/minpac/opt/minpac + # TODO: Install language servers