fix(vimrc): ensure vimrc state runs

This commit is contained in:
Imran Iqbal 2019-11-01 07:47:15 +00:00
parent b45914e063
commit a1ef7e57d9
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" File managed by Salt at <{{ source }}>.
" Your changes will be overwritten.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
{% raw -%}
" URL: http://vim.wikia.com/wiki/Example_vimrc " URL: http://vim.wikia.com/wiki/Example_vimrc
" Authors: http://vim.wikia.com/wiki/Vim_on_Freenode " Authors: http://vim.wikia.com/wiki/Vim_on_Freenode
" Description: A minimal, but feature rich, example .vimrc. If you are a " Description: A minimal, but feature rich, example .vimrc. If you are a
@ -158,3 +164,4 @@ nnoremap <C-L> :nohl<CR><C-L>
"------------------------------------------------------------ "------------------------------------------------------------
{%- endraw %}

View File

@ -1,6 +1,6 @@
{% from "users/map.jinja" import users with context %} {% from "users/map.jinja" import users with context %}
{% if users.use_vim_formula %} {% if salt['pillar.get']('users-formula:use_vim_formula', False) %}
include: include:
- users - users