updated vim state
This commit is contained in:
parent
615eef77cf
commit
efabbbf8d1
@ -2,7 +2,10 @@
|
||||
{%- from "vim/map.jinja" import vim with context %}
|
||||
vim-plugin-git-dep:
|
||||
pkg.installed:
|
||||
- name: git
|
||||
- pkgs:
|
||||
- git
|
||||
- python3-jedi
|
||||
- yamllint
|
||||
|
||||
vim-plugin-dirs:
|
||||
file.directory:
|
||||
@ -14,4 +17,5 @@ vim-plugin-{{ value.name }}:
|
||||
git.latest:
|
||||
- name: {{ value.repo }}
|
||||
- target: {{ vim.plugins_dir }}/{{ value.name }}
|
||||
- submodules: true
|
||||
{%- endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user