Skip to content

Commit

Permalink
fix(vimrc): ensure vimrc state runs
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Nov 2, 2019
1 parent b45914e commit a1ef7e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions users/files/vimrc/vimrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" File managed by Salt at <{{ source }}>.
" Your changes will be overwritten.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
{% raw -%}
" URL: http://vim.wikia.com/wiki/Example_vimrc
" Authors: http://vim.wikia.com/wiki/Vim_on_Freenode
" Description: A minimal, but feature rich, example .vimrc. If you are a
Expand Down Expand Up @@ -158,3 +164,4 @@ nnoremap <C-L> :nohl<CR><C-L>

"------------------------------------------------------------
{%- endraw %}
2 changes: 1 addition & 1 deletion users/vimrc.sls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% from "users/map.jinja" import users with context %}
{% if users.use_vim_formula %}
{% if salt['pillar.get']('users-formula:use_vim_formula', False) %}
include:
- users
Expand Down

0 comments on commit a1ef7e5

Please sign in to comment.