paulbsd-salt/states/neovim/config.sls

13 lines
299 B
Plaintext
Raw Normal View History

2022-05-14 11:23:16 +02:00
---
{%- from "neovim/map.jinja" import neovim with context %}
neovim-neovimrc-local:
file.managed:
- name: /etc/xdg/nvim/init.vim
2023-03-11 10:08:26 +01:00
- source: salt://neovim/templates/init.vim.j2
2022-05-14 11:23:16 +02:00
- user: root
- group: root
- mode: 0644
- template: jinja
- require:
2023-03-11 10:08:26 +01:00
- pkg: neovim-pkg