fix(vimrc): ensure vimrc
state runs
This commit is contained in:
parent
b45914e063
commit
a1ef7e57d9
@ -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 %}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user