updated vim state

This commit is contained in:
Paul 2021-08-19 21:16:41 +02:00
parent 615eef77cf
commit efabbbf8d1

View File

@ -2,7 +2,10 @@
{%- from "vim/map.jinja" import vim with context %} {%- from "vim/map.jinja" import vim with context %}
vim-plugin-git-dep: vim-plugin-git-dep:
pkg.installed: pkg.installed:
- name: git - pkgs:
- git
- python3-jedi
- yamllint
vim-plugin-dirs: vim-plugin-dirs:
file.directory: file.directory:
@ -14,4 +17,5 @@ vim-plugin-{{ value.name }}:
git.latest: git.latest:
- name: {{ value.repo }} - name: {{ value.repo }}
- target: {{ vim.plugins_dir }}/{{ value.name }} - target: {{ vim.plugins_dir }}/{{ value.name }}
- submodules: true
{%- endfor %} {%- endfor %}