Skip to content
Snippets Groups Projects
Unverified Commit a1ef7e57 authored by Imran Iqbal's avatar Imran Iqbal
Browse files

fix(vimrc): ensure `vimrc` state runs

parent b45914e0
No related branches found
No related tags found
No related merge requests found
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" 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
......@@ -158,3 +164,4 @@ nnoremap <C-L> :nohl<CR><C-L>
"------------------------------------------------------------
{%- endraw %}
{% 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment