17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
|
---
|
||
|
{%- from "neovim/map.jinja" import neovim with context %}
|
||
|
neovim-pkg:
|
||
|
pkg.latest:
|
||
|
- pkgs:
|
||
|
- git
|
||
|
- neovim
|
||
|
|
||
|
neovim-neovimfiles-directory:
|
||
|
file.directory:
|
||
|
- name: {{ neovim.plugins_dir }}
|
||
|
- makedirs: true
|
||
|
|
||
|
neovim-colors-directory:
|
||
|
file.directory:
|
||
|
- name: {{ neovim.colors_dir }}
|
||
|
- makedirs: true
|