18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
---
|
|
{%- from "neovim/map.jinja" import neovim with context %}
|
|
neovim-pkg:
|
|
pkg.installed:
|
|
- 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
|