updated vim state
This commit is contained in:
parent
615eef77cf
commit
efabbbf8d1
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user